aboutsummaryrefslogtreecommitdiff
path: root/swob.sh
diff options
context:
space:
mode:
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 dc2dbb4..8993a07 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