From fc8b8604e53429e6d15cec11727db72a40d201c9 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 25 Nov 2017 22:55:28 +0100 Subject: [PATCH] StumpWM: fixed lock screen key map --- stumpwm/stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index de25646..56b5539 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -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")