summaryrefslogtreecommitdiffstats
path: root/.xbindkeysrc.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-23 18:20:38 +0100
committerGravatar Tom Willemsen2012-02-23 18:20:38 +0100
commita0810b7d9714cbd7b29d220a60f1e37f8202b624 (patch)
treefcc328ea852ef7fe0297349bbf44ebc0dd32fa57 /.xbindkeysrc.scm
parentd201c46b95f82416c04c6239616c5778b86c7990 (diff)
downloaddotfiles-a0810b7d9714cbd7b29d220a60f1e37f8202b624.tar.gz
dotfiles-a0810b7d9714cbd7b29d220a60f1e37f8202b624.zip
.xbindkeysrc.scm
Diffstat (limited to '.xbindkeysrc.scm')
-rw-r--r--.xbindkeysrc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm
index c21da0f..e90701f 100644
--- a/.xbindkeysrc.scm
+++ b/.xbindkeysrc.scm
@@ -172,12 +172,12 @@ the command."
(xbindkey-function '("3") (cmd "herbstclient split horizontal 0.5"))
(xbindkey-function '("2") (cmd "herbstclient split vertical 0.5"))
(xbindkey-function '(space) (cmd "herbstclient cycle_layout 1"))
- ;(xbindkey-function '(f) (cmd "herbstclient floating toggle"))
+ (xbindkey-function '(f) (cmd "herbstclient floating toggle"))
(xbindkey-function '(shift f) (cmd "herbstclient fullscreen toggle"))
(xbindkey-function '(p) (cmd "herbstclient pseudotile toggle"))
(xbindkey-function '(r) resize-map)
(xbindkey-function '(m) move-to-tag)
- (xbindkey-function '(f) switch-and-run))
+ (xbindkey-function `(,modkey f) switch-and-run))
(create-map W-function-map
(gui-print "S-w")