diff options
author | Alan Pearce | 2013-09-10 09:14:21 +0100 |
---|---|---|
committer | Alan Pearce | 2013-09-10 09:14:21 +0100 |
commit | 2fd1b9f3cb75a1eaa135bf803c78eb530e024980 (patch) | |
tree | c5649688526ffca0f03f9bd729af18fd1ace8981 | |
parent | 8be7aa09302953dd74aff58b6a9ca141efa8b693 (diff) | |
parent | c8dfdd15c8712ff5ca24dc713b585e9a568adbdb (diff) | |
download | dotfiles-2fd1b9f3cb75a1eaa135bf803c78eb530e024980.tar.lz dotfiles-2fd1b9f3cb75a1eaa135bf803c78eb530e024980.tar.zst dotfiles-2fd1b9f3cb75a1eaa135bf803c78eb530e024980.zip |
Merge branch 'master' of home:dotfiles
-rw-r--r-- | xbindkeysrc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbindkeysrc.scm b/xbindkeysrc.scm index e44500f..7b00c38 100644 --- a/xbindkeysrc.scm +++ b/xbindkeysrc.scm @@ -52,6 +52,6 @@ (xbindkey '(mod4 F11) "mpc next") (xbindkey '(mod4 F12) "mpc stop") -(xbindkey '(mod4 p) "dmenu_run -fn '-misc-termsyn-medium-r-normal--11-79-100-100-c-60-*-*' -nb '#002b36' -nf '#fdf6e3' -sb '#586e75' -sf '#fdf6e3'") +(xbindkey '(mod4 p) "dmenu_run -fn '-misc-termsyn-medium-r-normal--11-79-100-100-c-60-*-*' -nb '#002b36' -nf '#fdf6e3' -sb '#586e75' -sf '#fdf6e3' -hist '/home/alan/.cache/dmenu_run_history'") (xbindkey '(mod4 shift T) "urxvtc") (xbindkey '(mod4 shift E) "emacsclient -c") |