desktop: make my/exwm-run-polybar interactive

This commit is contained in:
Pavel Korytov 2024-03-25 21:39:33 +03:00
parent f98ba1d3fd
commit 4001d3ce04
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
(defun my/exwm-run-polybar ()
(interactive)
(call-process "~/bin/polybar.sh"))
(defun my/exwm-set-wallpaper ()

View file

@ -262,6 +262,7 @@ I want to launch some apps from EXWM instead of the Xsession file for two purpos
As of now, these are polybar, feh and, shepherd:
#+begin_src emacs-lisp
(defun my/exwm-run-polybar ()
(interactive)
(call-process "~/bin/polybar.sh"))
(defun my/exwm-set-wallpaper ()