From bde0ac9c27df84840da6d9f2aa1feb9c080f5962 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 2 Nov 2022 05:19:37 +0200 Subject: Add rofi command --- .emacs.d/lisp/init-exwm.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs.d/lisp') 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-") 'apollo/run_rofi) (defun apollo/exwm-update-class () -- cgit v1.2.3