[stumpwm] Rebind focus keybindings

This commit is contained in:
Marcel Kapfer 2021-11-18 07:26:24 +01:00
parent f6a959373a
commit 38de41ed73
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 6 additions and 0 deletions

View File

@ -122,6 +122,12 @@
(define-key *top-map* (kbd "s-C-9") "gmove music")
(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
(define-key *root-map* (kbd "Menu") "mode-line")