| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bin: format scripts | Robert Günzler | 2021-07-29 | 1 | -65/+76 |
| | | |||||
| * | bin/swx: default to foot on -t | Robert Günzler | 2021-04-26 | 1 | -5/+6 |
| | | |||||
| * | Update 2021-01-21T18:33:10Z | Robert Günzler | 2021-01-21 | 1 | -1/+3 |
| | | |||||
| * | bin/centercon: fix arithmetic error | Robert Günzler | 2021-01-21 | 1 | -1/+1 |
| | | | | | and also fix centercon usage in swx | ||||
| * | bin/swx: allow setting terminal title | Robert Günzler | 2020-12-07 | 1 | -7/+12 |
| | | |||||
| * | bin/swx: implement marking | Robert Günzler | 2020-12-03 | 1 | -16/+35 |
| | | | | | | * support foot as terminal * exit early if we don't need con_id | ||||
| * | bin/centercon: Remove special case for centering | Robert Günzler | 2020-07-21 | 1 | -8/+9 |
| | | |||||
| * | bin/swx: Add option to move window to scratchpad | Robert Günzler | 2020-07-10 | 1 | -13/+21 |
| | | |||||
| * | bin/swx: only autotile split-layout containers | Robert Günzler | 2020-07-07 | 1 | -5/+9 |
| | | |||||
| * | bin/centercon,swx: support placing windows in corners | Robert Günzler | 2020-07-07 | 1 | -3/+6 |
| | | |||||
| * | bin/swx: Remove force_sleep option and use -a for auto-tile | Robert Günzler | 2020-07-03 | 1 | -15/+12 |
| | | |||||
| * | bin/swx: Add auto-tiling feature | Robert Günzler | 2020-07-03 | 1 | -2/+13 |
| | | |||||
| * | 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 | |||||