diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-21 00:27:16 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-21 00:27:16 +0000 |
| commit | bd05f7ec58f3e1f5839c372ad4fb007a8d8866f5 (patch) | |
| tree | 4d39b40830fd671bbf4f4effa5a54c1e7d8db410 /util/epist/screen.hh | |
| parent | b1223a2acc196ec96f208229b877d37f36c9887c (diff) | |
uber patch.
Added configuration options.
Added workspace grid changing.
Added keychain timeouts.
Fixed some whitespace.
Diffstat (limited to 'util/epist/screen.hh')
| -rw-r--r-- | util/epist/screen.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/epist/screen.hh b/util/epist/screen.hh index a07831e8..98f8a351 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -1,4 +1,4 @@ -// -*- mode: C++; indent-tabs-mode: nil; -*- +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- // screen.hh for Epistrophy - a key handler for NETWM/EWMH window managers. // Copyright (c) 2002 - 2002 Ben Jansens <ben at orodu.net> // @@ -84,6 +84,9 @@ public: void cycleWorkspace(const bool forward, const int increment, const bool loop = true) const; void changeWorkspace(const int num) const; + void changeWorkspaceVert(const int num) const; + void changeWorkspaceHorz(const int num) const; + void toggleShaded(const Window win) const; void execCommand(const std::string &cmd) const; |
