diff options
Diffstat (limited to 'util/epist/actions.hh')
| -rw-r--r-- | util/epist/actions.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 11c262e0..1c70fc63 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -36,17 +36,17 @@ public: noaction = 0, execute, iconify, - raiseWindow, - lowerWindow, - closeWindow, - toggleshade, + raise, + lower, + close, //done + toggleshade, //done moveWindowUp, moveWindowDown, moveWindowLeft, moveWindowRight, - nextWindow, - prevWindow, + nextWindow, //done for now + prevWindow, //done for now nextWindowOnAllWorkspaces, prevWindowOnAllWorkspaces, |
