summary refs log tree commit diff stats
path: root/xbindkeysrc.scm
diff options
context:
space:
mode:
authorAlan Pearce2013-09-01 13:01:49 +0100
committerAlan Pearce2013-09-01 13:01:49 +0100
commit4995c1c2200c7ca5c20a1de0aad3f8a465fb911d (patch)
treec8f97681d2b87a6ec7065aea132b7a6269a68549 /xbindkeysrc.scm
parenta4fd9c1ab8fd8a7e1dc2695876ede8c83f5eaff4 (diff)
downloaddotfiles-4995c1c2200c7ca5c20a1de0aad3f8a465fb911d.tar.lz
dotfiles-4995c1c2200c7ca5c20a1de0aad3f8a465fb911d.tar.zst
dotfiles-4995c1c2200c7ca5c20a1de0aad3f8a465fb911d.zip
Xbindkeys: run dmenu with cache settings
Diffstat (limited to 'xbindkeysrc.scm')
-rw-r--r--xbindkeysrc.scm2
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")