X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Factions.hh;h=f95f007b3c65cb77ee71d56e9fec49c75ca1b31c;hb=6a8f5f44e123c9ade7964e2051dd0d6a9858961c;hp=1c70fc63a3d11be39bbdac1711196e5e6d4f2749;hpb=5bf463ea955bd7e27b1f04a1eefb28ec52309cb8;p=chaz%2Fopenbox diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 1c70fc63..f95f007b 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -35,23 +35,28 @@ public: enum ActionType { noaction = 0, execute, - iconify, - raise, - lower, + iconify, //done + raise, //done + lower, //done close, //done toggleshade, //done + toggleomnipresent, //done moveWindowUp, moveWindowDown, moveWindowLeft, moveWindowRight, + sendTo, //done + nextWindow, //done for now prevWindow, //done for now - nextWindowOnAllWorkspaces, - prevWindowOnAllWorkspaces, + nextWindowOnAllWorkspaces, //done + prevWindowOnAllWorkspaces, //done - nextWindowOfClass, - prevWindowOfClass, + nextWindowOfClass, //done + prevWindowOfClass, //done + nextWindowOfClassOnAllWorkspaces, //done + prevWindowOfClassOnAllWorkspaces, //done changeWorkspace, //done nextWorkspace, //done