From 9f8f6de24dcc9919f10c6bf55c4babf36a2d8776 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 13 Mar 2018 22:47:16 +0100 Subject: [PATCH] StumpWM: fix for powerstate key binding --- stumpwm/stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 03ce3e2..a9f32e8 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -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")