From 5cb52056efcac25dd4b0d3035f860e5b1870bca1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 10:11:10 +0000 Subject: add 'toggleomnipresent' action --- util/epist/epist.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/epist/epist.cc') diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 7ac2daf5..bb33b308 100644 --- a/util/epist/epist.cc +++ b/util/epist/epist.cc @@ -120,6 +120,10 @@ epist::epist(char **argv, char *dpy_name, char *rc_file) XKeysymToKeycode(getXDisplay(), XStringToKeysym("I")), Mod1Mask | ControlMask)); + _actions.push_back(Action(Action::toggleomnipresent, + XKeysymToKeycode(getXDisplay(), + XStringToKeysym("O")), + Mod1Mask | ControlMask)); activateGrabs(); } -- cgit v1.2.3