aboutsummaryrefslogtreecommitdiffstats
path: root/src/Macros.cpp
Commit message (Collapse)AuthorAgeFiles
* Remove scope resolution operators.Guilhem Moulin2021-04-071
| | | | Plugin example snippets don't have that either.
* Replace deprecated interfaces.Guilhem Moulin2020-03-061
|
* Refactor TopRow() macro.Guilhem Moulin2019-08-081
|
* For the top row, return the num key when a modifier is active.Guilhem Moulin2019-06-261
This is useful with a window manager like i3: without this macro it doesn't see the difference between $mod+R0C2 (switch to workspace #2) and $mod+shift+R0C2 (move focused container to workspace #2), as R0C2 triggers LSHIFT(Key_2).