From 937c7edda09d3e1af53860ea5738879011a77459 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 13 Oct 2025 20:08:35 -0500 Subject: Theme: Completely restart xsettingsd from mywal SIGHUP doesn't seem to reload the config. --- common/bin/mywal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit v1.2.3