From d201c46b95f82416c04c6239616c5778b86c7990 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:20:00 +0100 Subject: .xbindkeysrc.scm --- .xbindkeysrc.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index e068182..c21da0f 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -172,11 +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 '(m) move-to-tag) + (xbindkey-function '(f) switch-and-run)) (create-map W-function-map (gui-print "S-w") -- cgit v1.2.3-54-g00ecf