diff options
author | ThanosApollo <[email protected]> | 2022-11-27 00:04:00 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-27 00:04:00 +0200 |
commit | c83a38090ffa59c0064475781e2167228ac43d2e (patch) | |
tree | f8576fd3e8968dd203b6f847f8cd7015f0c112eb | |
parent | 2f163e8390e229c2b8bc175ea10907b165b25029 (diff) |
Add dmenu
-rw-r--r-- | .emacs.d/lisp/init-exwm.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/lisp/init-exwm.el b/.emacs.d/lisp/init-exwm.el index 98ec823..df14820 100644 --- a/.emacs.d/lisp/init-exwm.el +++ b/.emacs.d/lisp/init-exwm.el @@ -3,9 +3,7 @@ ;;; Code: -;; (use-package dmenu -;; :bind -;; ("s-d" . dmenu)) +(use-package dmenu) (defun apollo/rofi-switch-window () "Launch rofi. Cant get it to work with exwm as of now tho." |