.xbindkeysrc.scm

This commit is contained in:
Tom Willemsen 2012-02-23 18:20:00 +01:00
parent bb52c25550
commit d201c46b95

View file

@ -172,11 +172,12 @@ the command."
(xbindkey-function '("3") (cmd "herbstclient split horizontal 0.5")) (xbindkey-function '("3") (cmd "herbstclient split horizontal 0.5"))
(xbindkey-function '("2") (cmd "herbstclient split vertical 0.5")) (xbindkey-function '("2") (cmd "herbstclient split vertical 0.5"))
(xbindkey-function '(space) (cmd "herbstclient cycle_layout 1")) (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 '(shift f) (cmd "herbstclient fullscreen toggle"))
(xbindkey-function '(p) (cmd "herbstclient pseudotile toggle")) (xbindkey-function '(p) (cmd "herbstclient pseudotile toggle"))
(xbindkey-function '(r) resize-map) (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 (create-map W-function-map
(gui-print "S-w") (gui-print "S-w")