Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-11 | Remove container_for_each_descendant_bfs | Ryan Dwyer | |
The function was not used. Also renames container_for_each_descendant_dfs to just container_for_each_descendant. | |||
2018-07-23 | Switch to using a function to parse booleans | Brian Ashworth | |
2018-05-17 | Implement show_marks | Ryan Dwyer | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-04-03 | Impliment i3-style marks | Calvin Lee | |
This commit adds three commands to sway: `show_marks`, `mark` and `unmark`. Marks are displayed right-aligned in the window border as i3 does. Marks may be found using criteria. Fixes #1007 |