diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-exwm.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-exwm.el b/.emacs.d/lisp/init-exwm.el index c0739cb..91c0bbf 100644 --- a/.emacs.d/lisp/init-exwm.el +++ b/.emacs.d/lisp/init-exwm.el @@ -3,6 +3,11 @@ ;;; Code: +(defun apollo/run_rofi () + (interactive) + (start-process-shell-command + "rofi" nil "rofi -show drun")) +(global-set-key (kbd "s-<tab>") 'apollo/run_rofi) (defun apollo/exwm-update-class () |