From bd05f7ec58f3e1f5839c372ad4fb007a8d8866f5 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Wed, 21 Aug 2002 00:27:16 +0000 Subject: uber patch. Added configuration options. Added workspace grid changing. Added keychain timeouts. Fixed some whitespace. --- util/epist/screen.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'util/epist/screen.hh') 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 // @@ -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; -- cgit v1.2.3