summary refs log tree commit diff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/zet: use 'fzfez vimwiki'Robert Günzler2020-06-281-22/+14
|
* bin/lock: prevent white background when unplugging monitorsRobert Günzler2020-06-281-0/+1
|
* bin: add files scriptRobert Günzler2020-06-281-0/+10
| | | | uses 'fzfez fd' to create a file picker
* bin/fzfez: add vimwiki and fd modesRobert Günzler2020-06-281-63/+108
|
* bin/swq: add 'current output-full' to get output jsonRobert Günzler2020-06-281-1/+2
|
* bin/swx: make event basedRobert Günzler2020-06-281-41/+19
|
* bin/menu: use monospace IosevkaRobert Günzler2020-06-241-1/+1
|
* bin/grimshot: add option to select outputRobert Günzler2020-06-241-1/+6
| | | | depends on bin/swq
* bin/grimshot: remove rec-copyRobert Günzler2020-06-241-11/+12
|
* bin: rename dot to dotfRobert Günzler2020-06-231-0/+0
| | | | avoid collision with graphviz tool
* bin/sway-run: add option to run in dbus-sessionRobert Günzler2020-06-171-32/+30
|
* fixup! Add xdg-exec, lets us drop drun menuRobert Günzler2020-06-171-2/+4
|
* move some scripts from bin/hibiki to binRobert Günzler2020-06-135-43/+79
|
* bin/fzfez: move item processing to fzf inputRobert Günzler2020-06-131-14/+14
|
* bin/askpass: s/wofi/bemenu/Robert Günzler2020-06-131-5/+1
|
* bin: add dot wrapperRobert Günzler2020-06-131-0/+2
|
* bin: add mnts scriptRobert Günzler2020-06-032-2/+29
|
* bin/menu: show at the topRobert Günzler2020-06-011-5/+8
|
* Add osu-mode script to lock pointer to screenRobert Günzler2020-05-251-0/+13
|
* Add helper for wiki systemRobert Günzler2020-05-251-0/+33
|
* bin/soundswitch: support switching profilesRobert Günzler2020-05-251-6/+25
|
* Add xdg-exec, lets us drop drun menuRobert Günzler2020-05-251-0/+5
|
* bin: Add enter and composeRobert Günzler2020-05-192-0/+54
| | | | helpers for working *in* docker containers
* bin/menu: show on all monitorsRobert Günzler2020-05-061-0/+1
| | | | new flag after bemenu update
* bin/fzfez: add support for git-logRobert Günzler2020-05-061-0/+10
|
* Add initial implemention of etc manifest and os-confRobert Günzler2020-04-291-0/+56
|
* Add bin/centercon and sway bindingsRobert Günzler2020-04-291-0/+40
|
* bin/hibiki/vncez: add helpRobert Günzler2020-04-291-1/+9
|
* bin/soundswitch: add input/output switchRobert Günzler2020-04-291-29/+57
|
* bin/swq: "has ws" and better support floatings consRobert Günzler2020-04-291-4/+9
|
* 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