summary refs log tree commit diff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/menu: make case-insesitiveRobert Günzler2020-04-291-3/+4
|
* bin/semver: add --tags to git-describe callRobert Günzler2020-04-231-1/+1
|
* bin/menu: make multilineRobert Günzler2020-04-231-1/+3
|
* bin/colorpick: fix notifRobert Günzler2020-04-231-3/+12
|
* bin/lock: use swaylock + effects patchesRobert Günzler2020-04-231-29/+22
|
* Add bin/hibiki/vncez and move wfez to bin/hibikiRobert Günzler2020-04-102-0/+15
|
* bin/swx: add options for making container stickyRobert Günzler2020-04-101-12/+39
| | | | and a helper to force a delay before detecting appid
* bin/semver: Use getopt for cliRobert Günzler2020-04-101-18/+59
|
* Add bin/fzfezRobert Günzler2020-04-101-0/+66
|
* bin/lock: use iosevka sparkleRobert Günzler2020-02-281-1/+1
|
* bin/swx: Add option to rotate a container using cageRobert Günzler2020-02-281-4/+31
| | | | | | | | | | | | | | The problem: I want to read PDFs and webpages on my laptop holding it upright. Using `swaymsg output $laptop transform 90 clockwise` works BUT the trackpad will now be unusable since it maps movements according to the new screen orientation. The solution: Spawn the window inside cage [1] which allows us to rotate just that container which will keep the input usable. [1]: https://github.com/Hjdskes/cage
* grimshot: Use hw encoding with wf-recorderRobert Günzler2020-02-212-2/+41
| | | | also adds bin/wfez that has the args for it preset
* Remove bin/streamonRobert Günzler2020-02-211-7/+0
|
* bin/soundswitch: Also move all sink-inputs on global changeRobert Günzler2020-02-061-0/+4
|
* Cleanup bin/Robert Günzler2020-01-304-114/+0
|
* bin: Replace soundswitch_dmenu fully with soundswitchRobert Günzler2020-01-293-174/+88
|
* prompt: Make it easier to configureRobert Günzler2020-01-291-0/+5
|
* Replace termify with swxRobert Günzler2020-01-293-15/+113
| | | | Make swq match app_ids using jq's test() which allows "fuzzy" matching
* Intial commit of v2Robert Günzler2020-01-2633-0/+1968
See https://drewdevault.com/2019/12/30/dotfiles.html