X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Factions.hh;h=a441fb41a4d4c924e8d8160e9105932a0135376c;hb=92864e8d1db97ed3154b4b40a9318dbe26d978be;hp=b211bf9d5599b3c29064b18b85e9cf189327f20d;hpb=c517f511000c8ec775f7413527b9e276b7995806;p=chaz%2Fopenbox diff --git a/util/epist/actions.hh b/util/epist/actions.hh index b211bf9d..a441fb41 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -35,23 +35,25 @@ public: enum ActionType { noaction = 0, execute, - iconify, - raiseWindow, - lowerWindow, - closeWindow, - shade, + iconify, //done + raise, //done + lower, //done + close, //done + toggleshade, //done moveWindowUp, moveWindowDown, moveWindowLeft, moveWindowRight, - nextWindow, - prevWindow, - nextWindowOnAllWorkspaces, - prevWindowOnAllWorkspaces, + nextWindow, //done for now + prevWindow, //done for now + nextWindowOnAllWorkspaces, //done + prevWindowOnAllWorkspaces, //done - nextWindowOfClass, - prevWindowOfClass, + nextWindowOfClass, //done + prevWindowOfClass, //done + nextWindowOfClassOnAllWorkspaces, //done + prevWindowOfClassOnAllWorkspaces, //done changeWorkspace, //done nextWorkspace, //done