summaryrefslogtreecommitdiff
path: root/util/epist/actions.hh
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-08-21 00:27:16 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-08-21 00:27:16 +0000
commitbd05f7ec58f3e1f5839c372ad4fb007a8d8866f5 (patch)
tree4d39b40830fd671bbf4f4effa5a54c1e7d8db410 /util/epist/actions.hh
parentb1223a2acc196ec96f208229b877d37f36c9887c (diff)
uber patch.
Added configuration options. Added workspace grid changing. Added keychain timeouts. Fixed some whitespace.
Diffstat (limited to 'util/epist/actions.hh')
-rw-r--r--util/epist/actions.hh15
1 files changed, 12 insertions, 3 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh
index afe50816..f2d5423a 100644
--- a/util/epist/actions.hh
+++ b/util/epist/actions.hh
@@ -1,4 +1,4 @@
-// -*- mode: C++; indent-tabs-mode: nil; -*-
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
// actions.hh for Epistrophy - a key handler for NETWM/EWMH window managers.
// Copyright (c) 2002 - 2002 Ben Jansens <ben at orodu.net>
//
@@ -32,7 +32,6 @@ extern "C" {
class Action {
public:
- // xOr: this is crap.
enum ActionType {
noaction = 0,
execute, //done
@@ -68,10 +67,20 @@ public:
nextWindowOfClassOnAllWorkspaces, //done for now
prevWindowOfClassOnAllWorkspaces, //done for now
+ upWindow,
+ downWindow,
+ leftWindow,
+ rightWindow,
+
changeWorkspace, //done
nextWorkspace, //done
prevWorkspace, //done
+ upWorkspace, //all done
+ downWorkspace,
+ leftWorkspace,
+ rightWorkspace,
+
nextScreen, //done for now
prevScreen, //done for now
@@ -83,7 +92,7 @@ public:
keyChain,
numberChain,
- cancel,
+ cancelChain, //done
NUM_ACTIONS
};