diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 16:17:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 16:17:24 +0000 |
| commit | f32096dcd2c5a4e44763def56c290ce37aa548ba (patch) | |
| tree | 377dbb09e40ae8fe93b21818573222ba0fd432cb /util/epist/epist.cc | |
| parent | bf3c87c886c810097b7de9d5639e0916987b2185 (diff) | |
exec works now
Diffstat (limited to 'util/epist/epist.cc')
| -rw-r--r-- | util/epist/epist.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 231c51f6..b9dac6a8 100644 --- a/util/epist/epist.cc +++ b/util/epist/epist.cc @@ -156,6 +156,10 @@ epist::epist(char **argv, char *dpy_name, char *rc_file) XKeysymToKeycode(getXDisplay(), XStringToKeysym("4")), Mod1Mask | ControlMask | ShiftMask, 3)); + _actions.push_back(Action(Action::execute, + XKeysymToKeycode(getXDisplay(), + XStringToKeysym("F6")), + Mod1Mask)); activateGrabs(); } |
