summaryrefslogtreecommitdiffstats
path: root/source/xap/xfce/profile.d/xfce.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/xfce/profile.d/xfce.sh')
-rwxr-xr-xsource/xap/xfce/profile.d/xfce.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/xap/xfce/profile.d/xfce.sh b/source/xap/xfce/profile.d/xfce.sh
new file mode 100755
index 000000000..adb187c10
--- /dev/null
+++ b/source/xap/xfce/profile.d/xfce.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
+ XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/xfce/xdg
+else
+ XDG_CONFIG_DIRS=/etc/xdg:/etc/xfce/xdg
+fi
+export XDG_CONFIG_DIRS