From a0810b7d9714cbd7b29d220a60f1e37f8202b624 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:20:38 +0100 Subject: .xbindkeysrc.scm --- .xbindkeysrc.scm | 4 ++-- 1 file 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") -- cgit v1.2.3-54-g00ecf