diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-10-13 20:08:35 -0500 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-13 20:08:35 -0500 |
| commit | 937c7edda09d3e1af53860ea5738879011a77459 (patch) | |
| tree | c7aebcaee411973b11de82d8b1bc93bd7edda111 | |
| parent | 32fb6ef3ef2671de3adccafd62897cfca6a9470e (diff) | |
| download | dotfiles-937c7edda09d3e1af53860ea5738879011a77459.tar.gz dotfiles-937c7edda09d3e1af53860ea5738879011a77459.zip | |
Theme: Completely restart xsettingsd from mywal
SIGHUP doesn't seem to reload the config.
| -rwxr-xr-x | common/bin/mywal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bin/mywal b/common/bin/mywal index 9ddd89f..1c73c14 100755 --- a/common/bin/mywal +++ b/common/bin/mywal @@ -1,6 +1,6 @@ #!/bin/sh wal -ta 90 $* -pidof xsettingsd && pkill -HUP xsettingsd +pidof xsettingsd && pkill xsettingsd && setsid -f xsettingsd (pidof emacs >/dev/null 2>&1) && setsid -f emacsclient --eval "(reload-theme)" |
