diff options
| author | 2012-04-21 17:32:28 +0200 | |
|---|---|---|
| committer | 2012-04-21 17:32:28 +0200 | |
| commit | a9687d4565fef7b3f9817978c363eeda30c6cc8f (patch) | |
| tree | 0778972a803d4b54ef2b5659a3f56f760f0591e8 | |
| parent | 66181fb6534846c0396809fe0181c5ece97f07b1 (diff) | |
| download | dotfiles-a9687d4565fef7b3f9817978c363eeda30c6cc8f.tar.gz dotfiles-a9687d4565fef7b3f9817978c363eeda30c6cc8f.zip | |
.xbindkeysrc.scm
| -rw-r--r-- | .xbindkeysrc.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index 82c536f..3ebf133 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -197,7 +197,8 @@ (xbindkey '(XF86AudioRaiseVolume) "mcp volume +5") (xbindkey '(XF86AudioPrev) "mpc prev") (xbindkey '(XF86AudioNext) "mpc next") - (xbindkey `(,modkey k) "herbstclient close")) + (xbindkey `(,modkey k) "herbstclient close") + (xbindkey `(,modkey Escape) "~/.config/herbstluftwm/panel.sh")) (define (second-binding) "Second binding" |
