diff options
author | Alan Pearce | 2013-05-18 15:36:59 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-18 15:36:59 +0100 |
commit | 7c20d9e6e237b1c1e9cb1ac7f1e7174a6fda5a1f (patch) | |
tree | 5eb97262f3889873cb2097dcf600055b71966677 /xbindkeysrc.scm | |
parent | f309dcf76f145ab84ac1fc624d0bd49ce942073d (diff) | |
download | nixfiles-7c20d9e6e237b1c1e9cb1ac7f1e7174a6fda5a1f.tar.lz nixfiles-7c20d9e6e237b1c1e9cb1ac7f1e7174a6fda5a1f.tar.zst nixfiles-7c20d9e6e237b1c1e9cb1ac7f1e7174a6fda5a1f.zip |
Xbindkeys: Remove binding for xbindkeys_show
Diffstat (limited to 'xbindkeysrc.scm')
-rw-r--r-- | xbindkeysrc.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xbindkeysrc.scm b/xbindkeysrc.scm index 99e78cb6..e44500f1 100644 --- a/xbindkeysrc.scm +++ b/xbindkeysrc.scm @@ -47,9 +47,6 @@ ;; (remove-all-keys) ;; (debug) - -(xbindkey '(control shift q) "xbindkeys_show") - (xbindkey '(mod4 F9) "mpc toggle") (xbindkey '(mod4 F10) "mpc prev") (xbindkey '(mod4 F11) "mpc next") |