summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/set_windowmanager.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/set_windowmanager.sh')
-rw-r--r--abs/core/LinHES-system/set_windowmanager.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/set_windowmanager.sh b/abs/core/LinHES-system/set_windowmanager.sh
index 105a1e6..535e3d9 100644
--- a/abs/core/LinHES-system/set_windowmanager.sh
+++ b/abs/core/LinHES-system/set_windowmanager.sh
@@ -5,6 +5,7 @@
#
windowmanager="$1"
style="$2"
+configdir=/usr/share/wm_data
function outmsg(){
@@ -28,12 +29,12 @@ function set_wm(){
enlightenment)
outmsg "enlightenment"
- outline="e16 -P /data/e16_config_dir/"
+ outline="e16 -P $configdir/e16_config_dir/"
;;
windowmaker)
outmsg "window maker"
- outline_2="export GNUSTEP_USER_ROOT=/data/GNUstep"
+ outline_2="export GNUSTEP_USER_ROOT=$configdir/GNUstep"
outline="wmaker"
;;