.stumpwmrc
This commit is contained in:
parent
86db852e0c
commit
e4d7dde73a
1 changed files with 7 additions and 1 deletions
|
@ -127,9 +127,15 @@
|
|||
(format-expand *window-formatters* *window-format*
|
||||
(current-window)))))
|
||||
|
||||
(set-prefix-key (kbd "C-z"))
|
||||
(set-prefix-key (kbd "C-i"))
|
||||
|
||||
(define-key *top-map* (kbd "C-M-l") "run-i3lock")
|
||||
(define-key *top-map* (kbd "KP_Begin") "vsplit")
|
||||
(define-key *top-map* (kbd "KP_Divide") "remove")
|
||||
(define-key *top-map* (kbd "KP_Left") "only")
|
||||
(define-key *top-map* (kbd "KP_Multiply") "fnext")
|
||||
(define-key *top-map* (kbd "KP_Right") "hsplit")
|
||||
(define-key *top-map* (kbd "KP_End") "pull-hidden-next")
|
||||
|
||||
(define-key *root-map* (kbd "c") "raise-urxvt")
|
||||
(define-key *root-map* (kbd "C") "run-urxvt")
|
||||
|
|
Loading…
Reference in a new issue