summaryrefslogtreecommitdiff
path: root/.stumpwm.d/keybindings.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-28 22:07:19 +0200
committerThanos Apollo <[email protected]>2024-01-28 22:07:19 +0200
commit44e32ad161d8870b094809595d3f05b7c17c5ae9 (patch)
tree50126c4b45e7795f0dfa94e8f0f6b822ce68ce99 /.stumpwm.d/keybindings.lisp
parentfa782a878965b107b2c4d78a8179984482e72915 (diff)
stumpwm: Add rofi keybinding
Diffstat (limited to '.stumpwm.d/keybindings.lisp')
-rw-r--r--.stumpwm.d/keybindings.lisp2
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)'")