StumpWM: fixed lock screen key map

This commit is contained in:
Marcel Kapfer 2017-11-25 22:55:28 +01:00
parent 44d865f90f
commit fc8b8604e5
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
(define-key *root-map* (kbd "j") '*webjump-frame-bindings*)
;; lockscreen
(define-key *top-map* (kbd "M-l") "exec blurlock")
(define-key *root-map* (kbd "M-l") "exec blurlock")
;; battery status
(define-key *root-map* (kbd "b") "exec ~/scripts/rat/bat.sh")