summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-23 18:20:00 +0100
committerGravatar Tom Willemsen2012-02-23 18:20:00 +0100
commitd201c46b95f82416c04c6239616c5778b86c7990 (patch)
tree676ae2f870f050127f66238fcecaaed68823b1be
parentbb52c255508f9f8f3ca822f6f2ba0b76509896f6 (diff)
downloaddotfiles-d201c46b95f82416c04c6239616c5778b86c7990.tar.gz
dotfiles-d201c46b95f82416c04c6239616c5778b86c7990.zip
.xbindkeysrc.scm
-rw-r--r--.xbindkeysrc.scm5
1 files 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")