aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/show_marks.c
Commit message (Collapse)AuthorAge
* Implement show_marksLibravatar Ryan Dwyer2018-05-17
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Impliment i3-style marksLibravatar Calvin Lee2017-04-03
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