X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Factions.hh;h=a61319c32f8f2b1c3e86b54acbd690b557a31232;hb=014a3330e843387961cdcf3138da0f4b8b7deca3;hp=ed96fe8fe62a9b72e84442d4cb947715d71f5bd9;hpb=129f5655578f3118fbbf7d03e0b60fdcf9161474;p=chaz%2Fopenbox diff --git a/util/epist/actions.hh b/util/epist/actions.hh index ed96fe8f..a61319c3 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -6,14 +6,29 @@ enum ActionType { raiseWindow, lowerWindow, closeWindow, - changeDesktop, shade, moveWindowUp, moveWindowDown, - moveLeft, - moveRight, + moveWindowLeft, + moveWindowRight, + nextWindow, + prevWindow, + nextWindow, prevWindow, + nextWindowOnAllDesktops, + prevWindowOnAllDesktops, + + nextWindowOfClass, + prevWindowOfClass, + + changeDesktop, + nextDesktop, + prevDesktop, + + // these are openbox extensions + showRootMenu, + showWorkspaceMenu, stringChain, keyChain,