summary refs log tree commit diff
path: root/bin/swx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/swx: make event basedRobert Günzler2020-06-281-41/+19
|
* 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/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
* Replace termify with swxRobert Günzler2020-01-291-0/+99
Make swq match app_ids using jq's test() which allows "fuzzy" matching