X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Factions.hh;h=a441fb41a4d4c924e8d8160e9105932a0135376c;hb=92864e8d1db97ed3154b4b40a9318dbe26d978be;hp=1c70fc63a3d11be39bbdac1711196e5e6d4f2749;hpb=5bf463ea955bd7e27b1f04a1eefb28ec52309cb8;p=chaz%2Fopenbox diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 1c70fc63..a441fb41 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -35,9 +35,9 @@ public: enum ActionType { noaction = 0, execute, - iconify, - raise, - lower, + iconify, //done + raise, //done + lower, //done close, //done toggleshade, //done moveWindowUp, @@ -47,11 +47,13 @@ public: 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