diff options
Diffstat (limited to '.stumpwm.d/keybindings.lisp')
-rw-r--r-- | .stumpwm.d/keybindings.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stumpwm.d/keybindings.lisp b/.stumpwm.d/keybindings.lisp index 801947f..a36430a 100644 --- a/.stumpwm.d/keybindings.lisp +++ b/.stumpwm.d/keybindings.lisp @@ -9,7 +9,7 @@ (setf *mouse-focus-policy* :click *float-window-modifier* :SUPER) -(define-key *root-map* (kbd "C-r") "exec emacsclient -e '(thanos/app-launcher\)'") +(define-key *root-map* (kbd "C-r") "exec rofi -show drun -modi drun -show-icons") (define-key *root-map* (kbd ",") "exec flameshot gui") (define-key *root-map* (kbd "M-r") "restart-hard") (define-key *root-map* (kbd "p") "exec emacsclient -e '(thanos/pass-launcher)'") |