summaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-10 21:21:11 +0100
committerGravatar Tom Willemsen2012-01-10 21:21:11 +0100
commit697b29be5e1502b62439ec15e54cfe6f8b0b66f0 (patch)
tree7df03042483674ddc6cafb06b2f0fe2b328216ea /.config/herbstluftwm
parent2575455e72f8b385bc7d0011b600e9b09ebfe382 (diff)
downloaddotfiles-697b29be5e1502b62439ec15e54cfe6f8b0b66f0.tar.gz
dotfiles-697b29be5e1502b62439ec15e54cfe6f8b0b66f0.zip
.config/herbstluftwm/autostart
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x.config/herbstluftwm/autostart10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 1043e90..54643de 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -1,4 +1,4 @@
-#!/usr/bin/guile
+#!/usr/bin/guile -*- eval: (git-auto-commit-mode 1) -*-
!#
(define (hc command)
@@ -94,10 +94,10 @@ purposes"
;; resizing
(define resizestep "0.05")
-(keybind modkey "Control-h" (string-append "resize left +" resizestep))
-(keybind modkey "Control-j" (string-append "resize down +" resizestep))
-(keybind modkey "Control-k" (string-append "resize up +" resizestep))
-(keybind modkey "Control-l" (string-append "resize right +" resizestep))
+(keybind modkey "Control-b" (string-append "resize left +" resizestep))
+(keybind modkey "Control-n" (string-append "resize down +" resizestep))
+(keybind modkey "Control-p" (string-append "resize up +" resizestep))
+(keybind modkey "Control-f" (string-append "resize right +" resizestep))
;; mouse
(mousebind modkey "Button1" "move")