.xbindkeysrc.scm
This commit is contained in:
parent
bb52c25550
commit
d201c46b95
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue