aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/show_marks.c
AgeCommit message (Collapse)Author
2018-07-23Switch to using a function to parse booleansBrian Ashworth
2018-05-17Implement show_marksRyan Dwyer
2017-11-18Move everything to sway/old/Drew DeVault
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