summaryrefslogtreecommitdiffstats
path: root/.xbindkeysrc.scm
diff options
context:
space:
mode:
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")