.config/herbstluftwm/autostart
This commit is contained in:
parent
2575455e72
commit
697b29be5e
1 changed files with 5 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue