aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/show_marks.c
AgeCommit message (Collapse)Author
2017-04-03Impliment i3-style marksCalvin 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