diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-24 08:33:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-24 08:33:35 +0000 |
| commit | 28594da6de001f1d8b6b975286032302db3a6491 (patch) | |
| tree | dfbd92e585fbe52456061b79065814b9405b51b3 /util/epist/actions.hh | |
| parent | 3792d283331087b1ae92419f847efaa7f879e440 (diff) | |
epist + multihead == <drool>
added next/prevWindowOnAllScreens
added next/prevScreen
Diffstat (limited to 'util/epist/actions.hh')
| -rw-r--r-- | util/epist/actions.hh | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 30ea0e68..25f1e968 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -57,18 +57,24 @@ public: nextWindow, //done for now prevWindow, //done for now - nextWindowOnAllWorkspaces, //done - prevWindowOnAllWorkspaces, //done + nextWindowOnAllWorkspaces, //done for now + prevWindowOnAllWorkspaces, //done for now - nextWindowOfClass, //done - prevWindowOfClass, //done - nextWindowOfClassOnAllWorkspaces, //done - prevWindowOfClassOnAllWorkspaces, //done + nextWindowOnAllScreens, //done for now + prevWindowOnAllScreens, //done for now + + nextWindowOfClass, //done for now + prevWindowOfClass, //done for now + nextWindowOfClassOnAllWorkspaces, //done for now + prevWindowOfClassOnAllWorkspaces, //done for now changeWorkspace, //done nextWorkspace, //done prevWorkspace, //done + nextScreen, //done for now + prevScreen, //done for now + // these are openbox extensions showRootMenu, showWorkspaceMenu, |
