From 697b29be5e1502b62439ec15e54cfe6f8b0b66f0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 10 Jan 2012 21:21:11 +0100 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/herbstluftwm') 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") -- cgit v1.2.3-54-g00ecf