summaryrefslogtreecommitdiffstats
path: root/desktop/razorqt/profile.d
diff options
context:
space:
mode:
author Robby Workman2011-12-20 12:27:24 +0100
committer Robby Workman2011-12-22 07:02:52 +0100
commitc5ee6ec05fe53d5dc6fa0aff27044329f9f88f1a (patch)
treec2b9caf013a28820ce45b4e1d9701d753719afbe /desktop/razorqt/profile.d
parent48b4a977160c8e3cea7a7f8e72fd4aceda433a13 (diff)
downloadslackbuilds-c5ee6ec05fe53d5dc6fa0aff27044329f9f88f1a.tar.gz
desktop/razorqt: Added (qt-based desktop environment)
Note that if anyone else out there likes this and uses it on a daily basis, I'll be more than happy to let you maintain this build script. I don't plan to actually use razorqt (I like xfce), but this looked too useful to not have available in Slackware --rworkman Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/razorqt/profile.d')
-rw-r--r--desktop/razorqt/profile.d/razorqt.csh6
-rw-r--r--desktop/razorqt/profile.d/razorqt.sh7
2 files changed, 13 insertions, 0 deletions
diff --git a/desktop/razorqt/profile.d/razorqt.csh b/desktop/razorqt/profile.d/razorqt.csh
new file mode 100644
index 0000000000..8a9d065497
--- /dev/null
+++ b/desktop/razorqt/profile.d/razorqt.csh
@@ -0,0 +1,6 @@
+#!/bin/csh
+if ( $?XDG_CONFIG_DIRS ) then
+ setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:/etc/razorqt/xdg
+else
+ setenv XDG_CONFIG_DIRS /etc/xdg:/etc/razorqt/xdg
+endif
diff --git a/desktop/razorqt/profile.d/razorqt.sh b/desktop/razorqt/profile.d/razorqt.sh
new file mode 100644
index 0000000000..e35a46a1bc
--- /dev/null
+++ b/desktop/razorqt/profile.d/razorqt.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
+ XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/razorqt/xdg
+else
+ XDG_CONFIG_DIRS=/etc/xdg:/etc/razorqt/xdg
+fi
+export XDG_CONFIG_DIRS