diff options
Diffstat (limited to 'util/epist/screen.cc')
| -rw-r--r-- | util/epist/screen.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util/epist/screen.cc b/util/epist/screen.cc index d6ce9bbb..ec73aa82 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -221,6 +221,13 @@ void screen::handleKeypress(const XEvent &e) { window->lower(); return; + case Action::toggleomnipresent: + if (window->desktop() == 0xffffffff) + window->sendTo(_active_desktop); + else + window->sendTo(0xffffffff); + return; + case Action::toggleshade: window->shade(! window->shaded()); return; |
