summaryrefslogtreecommitdiffstats
path: root/etc/xdg/plasma-workspace/env/env
diff options
context:
space:
mode:
Diffstat (limited to 'etc/xdg/plasma-workspace/env/env')
-rw-r--r--etc/xdg/plasma-workspace/env/env15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/xdg/plasma-workspace/env/env b/etc/xdg/plasma-workspace/env/env
new file mode 100644
index 0000000..93bcabe
--- /dev/null
+++ b/etc/xdg/plasma-workspace/env/env
@@ -0,0 +1,15 @@
+## from http://standards.freedesktop.org/menu-spec/latest/
+
+# XDG_CONFIG_DIRS
+if [ -z "${XDG_CONFIG_DIRS}" ] ; then
+ XDG_CONFIG_DIRS=/etc/xdg:/var/lib/plasma5-profiles/common/xdg
+ export XDG_CONFIG_DIRS
+fi
+
+
+# XDG_DATA_DIRS
+if [ -z "${XDG_DATA_DIRS}" ] ; then
+ XDG_DATA_DIRS=/var/lib/plasma5-profiles/common/share:/usr/local/share:/usr/share
+ export XDG_DATA_DIRS
+fi
+