mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
desktop: make my/exwm-run-polybar interactive
This commit is contained in:
parent
f98ba1d3fd
commit
4001d3ce04
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
(defun my/exwm-run-polybar ()
|
||||
(interactive)
|
||||
(call-process "~/bin/polybar.sh"))
|
||||
|
||||
(defun my/exwm-set-wallpaper ()
|
||||
|
|
|
|||
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue