From c5ee6ec05fe53d5dc6fa0aff27044329f9f88f1a Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 20 Dec 2011 09:27:24 -0200 Subject: 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 --- desktop/razorqt/profile.d/razorqt.csh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 desktop/razorqt/profile.d/razorqt.csh (limited to 'desktop/razorqt/profile.d/razorqt.csh') diff --git a/desktop/razorqt/profile.d/razorqt.csh b/desktop/razorqt/profile.d/razorqt.csh new file mode 100644 index 0000000000000..8a9d065497ef3 --- /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 -- cgit v1.2.3