diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:24:10 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:24:10 -0500 |
commit | e345bc3ba5e5a1e187240770e26cd7bc260e05ec (patch) | |
tree | e857a55470eefae6bc5fb913d65ce34e6f3265f6 /common/bin/mywal | |
parent | 8203f3331bbacbb8d8a6d900ebc99841de10ab80 (diff) | |
download | dotfiles-e345bc3ba5e5a1e187240770e26cd7bc260e05ec.tar.gz dotfiles-e345bc3ba5e5a1e187240770e26cd7bc260e05ec.zip |
Emacs, Dunst: Replace Dunst with EDNC
Diffstat (limited to 'common/bin/mywal')
-rwxr-xr-x | common/bin/mywal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/bin/mywal b/common/bin/mywal index df53c4c..9ddd89f 100755 --- a/common/bin/mywal +++ b/common/bin/mywal @@ -1,8 +1,6 @@ #!/bin/sh wal -ta 90 $* -pidof dunst && dunstctl reload - pidof xsettingsd && pkill -HUP xsettingsd (pidof emacs >/dev/null 2>&1) && setsid -f emacsclient --eval "(reload-theme)" |