[stumpwm] Rebind focus keybindings
This commit is contained in:
parent
f6a959373a
commit
38de41ed73
1 changed files with 6 additions and 0 deletions
|
@ -122,6 +122,12 @@
|
||||||
(define-key *top-map* (kbd "s-C-9") "gmove music")
|
(define-key *top-map* (kbd "s-C-9") "gmove music")
|
||||||
(define-key *top-map* (kbd "s-C-0") "gmove winkel")
|
(define-key *top-map* (kbd "s-C-0") "gmove winkel")
|
||||||
|
|
||||||
|
;; bind keys for focus changing
|
||||||
|
(define-key *top-map* (kbd "s-h") "move-focus left")
|
||||||
|
(define-key *top-map* (kbd "s-j") "move-focus down")
|
||||||
|
(define-key *top-map* (kbd "s-k") "move-focus up")
|
||||||
|
(define-key *top-map* (kbd "s-l") "move-focus right")
|
||||||
|
|
||||||
;;; mode-line key
|
;;; mode-line key
|
||||||
(define-key *root-map* (kbd "Menu") "mode-line")
|
(define-key *root-map* (kbd "Menu") "mode-line")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue