summaryrefslogtreecommitdiff
path: root/stumpwm.org
diff options
context:
space:
mode:
Diffstat (limited to 'stumpwm.org')
-rw-r--r--stumpwm.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/stumpwm.org b/stumpwm.org
index eeec321..cc6c46c 100644
--- a/stumpwm.org
+++ b/stumpwm.org
@@ -267,7 +267,7 @@
(eval-command cmd t))))
;; Run rofi
- (define-key *root-map* (kbd "C-r") "exec rofi -show drun")
+ (define-key *root-map* (kbd "C-r") "exec emacsclient -e '(thanos/app-launcher\)'")
(define-key *root-map* (kbd "C-R") "restart-soft")
(define-key *root-map* (kbd "M-r") "restart-hard")
(define-key *root-map* (kbd "p") "exec ~/Developer/rofi-pass/rofi-pass")