From d9d8aad29a212f75a10459e425562254ecc0d7d7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 8 Sep 2023 15:23:32 +0300 Subject: stumpwm: update keybindings --- .stumpwm.d/keybindings.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.stumpwm.d/keybindings.lisp') diff --git a/.stumpwm.d/keybindings.lisp b/.stumpwm.d/keybindings.lisp index 1bb7caa..3bf5a2a 100644 --- a/.stumpwm.d/keybindings.lisp +++ b/.stumpwm.d/keybindings.lisp @@ -10,8 +10,7 @@ (define-key *root-map* (kbd "C-r") "exec emacsclient -e '(thanos/app-launcher\)'") (define-key *root-map* (kbd ",") "exec flameshot gui") -(define-key *root-map* (kbd "C-R") "restart-hard") -(define-key *root-map* (kbd "M-r") "restart-soft") +(define-key *root-map* (kbd "M-r") "restart-hard") (define-key *root-map* (kbd "p") "exec emacsclient -e '(thanos/pass-launcher)'") (define-key *root-map* (kbd "F") "float-this") (define-key *root-map* (kbd "U") "unfloat-this") -- cgit v1.2.3