aboutsummaryrefslogtreecommitdiff
path: root/swob.sh
diff options
context:
space:
mode:
authorLibravatar remph <lhr@disroot.org>2025-01-25 13:40:30 +0000
committerLibravatar remph <lhr@disroot.org>2025-01-25 13:40:30 +0000
commitb08d5cd6b2081000fb49c8e8bd135cb656aad95d (patch)
treea8c76c02fde21934a81b6119f21a5fbcdf4ba85d /swob.sh
parentf42cb4b553c65da0b925c48504ec47e5d1a5e6fb (diff)
parent49e52a04e11a63e5db2e36f64ec87c2109172db9 (diff)
Merge branch 'master' into other-audio-types
Diffstat (limited to 'swob.sh')
-rwxr-xr-xswob.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/swob.sh b/swob.sh
index 463d02e..49e7675 100755
--- a/swob.sh
+++ b/swob.sh
@@ -7,7 +7,7 @@ wobfifo=$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY.swob
wobini=
set_wobini() {
- for dir in ${XDG_CONFIG_HOME:+"$XDG_CONFIG_HOME"} ~/.config /etc; do
+ for dir in ${XDG_CONFIG_HOME:+"$XDG_CONFIG_HOME"} ~/.config /etc "${0%/*}"/../etc; do
if test -r "$dir"/swob/wob.ini; then
wobini=$dir/swob/wob.ini
return