StumpWM: fix for powerstate key binding

This commit is contained in:
Marcel Kapfer 2018-03-13 22:47:16 +01:00
parent 18533f7c22
commit 9f8f6de24d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
(define-key m (kbd "M-h") "system-hibernate")
m))
(define-key *root-map* (kbd "XF86Launch1") *powerstate-frame-bindings*)
(define-key *root-map* (kbd "C-F12") '*powerstate-frame-bindings*)
;; lockscreen
(define-key *root-map* (kbd "M-l") "exec blurlock")