aboutsummaryrefslogtreecommitdiffstats
path: root/autotiling.py
Commit message (Collapse)AuthorAgeFilesLines
* move files aroundNico Schlömer2020-07-201-71/+0
|
* Update logic for sway 1.4>Jason2020-05-291-2/+1
| | | See https://github.com/swaywm/sway/issues/5201
* Changed a small error in the debugging systemMayt2020-04-081-1/+1
|
* Update error message to be less ambiguousJason Nader2020-03-201-1/+1
|
* Merge branch 'master' into debugmodeJason2020-03-201-1/+1
|\
| * description updatedv0.7nwg-piotr2020-02-191-1/+1
| |
| * irrelevant pass removednwg-piotr2020-02-191-1/+0
| |
| * Only run command if absolutely necessaryJason Nader2020-02-191-1/+2
| |
* | Add `--debug` optionJason Nader2020-03-201-5/+21
| |
* | Print errors to stdout instead of stdoutJason Nader2020-03-201-1/+2
| |
* | `i3` doesn't need to be globalJason Nader2020-03-201-1/+1
|/
* Check if con exists before querying submembersJason2020-02-181-15/+16
| | | | | | | | On sway, sometimes there is no focused container returned (think it happens either before or after swaylock runs), so `con` is None. ``` >autotiling Error: 'NoneType' object has no attribute 'floating' ```
* ignore stacked layouts.travankor2019-12-051-2/+3
|
* Event.WINDOW_NEW event subscription removedv0.3nwg-piotr2019-09-251-1/+0
|
* Initial commitpiotr2019-09-251-0/+54