summaryrefslogtreecommitdiff
path: root/.stumpwm.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-08 15:23:32 +0300
committerThanos Apollo <[email protected]>2023-09-08 15:23:32 +0300
commitd9d8aad29a212f75a10459e425562254ecc0d7d7 (patch)
treea631838c3dab642dd4cc3b32efb0863c24c6aabc /.stumpwm.d
parenta840f65685a29f60220c7fe7787dbac7e59b5703 (diff)
stumpwm: update keybindings
Diffstat (limited to '.stumpwm.d')
-rw-r--r--.stumpwm.d/keybindings.lisp3
1 files changed, 1 insertions, 2 deletions
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")