X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Factions.hh;h=6ae4e7ff264d9c5e49b30996495c172edb050c38;hb=bf3c87c886c810097b7de9d5639e0916987b2185;hp=1c70fc63a3d11be39bbdac1711196e5e6d4f2749;hpb=5bf463ea955bd7e27b1f04a1eefb28ec52309cb8;p=chaz%2Fopenbox diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 1c70fc63..6ae4e7ff 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, + sendToWorkspace, //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