summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-16 16:33:38 +0300
committerThanos Apollo <[email protected]>2023-07-16 16:33:38 +0300
commitdce5764139ca44555cad835536597e56dca55fb9 (patch)
treea4c7035fefb296fca387feaed377312748ac4d56
parent7504137df9f52f03e8e18ead12240c453ceea66f (diff)
stumpwm: swap rofi with my emacs app launcher
-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")