From 28594da6de001f1d8b6b975286032302db3a6491 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 24 Jul 2002 08:33:35 +0000 Subject: epist + multihead == added next/prevWindowOnAllScreens added next/prevScreen --- util/epist/actions.hh | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'util/epist/actions.hh') 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, -- cgit v1.2.3