| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bin/swx: make event based | Robert Günzler | 2020-06-28 | 1 | -41/+19 |
| | | |||||
| * | bin/swx: add options for making container sticky | Robert Günzler | 2020-04-10 | 1 | -12/+39 |
| | | | | | and a helper to force a delay before detecting appid | ||||
| * | bin/swx: Add option to rotate a container using cage | Robert Günzler | 2020-02-28 | 1 | -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 swx | Robert Günzler | 2020-01-29 | 1 | -0/+99 |
| Make swq match app_ids using jq's test() which allows "fuzzy" matching | |||||