summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/set_windowmanager.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-20 21:09:28 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-20 21:09:28 (GMT)
commit269509031d79a1e0b455fa2ad2daeb8477ddc470 (patch)
tree76000a0868e8085428f086dab3b7760b9e91b21a /abs/core/LinHES-system/set_windowmanager.sh
parent15f2d77dce9976b0ae864fdaef9c719c9983f2a0 (diff)
downloadlinhes_pkgbuild-269509031d79a1e0b455fa2ad2daeb8477ddc470.zip
linhes_pkgbuild-269509031d79a1e0b455fa2ad2daeb8477ddc470.tar.gz
linhes_pkgbuild-269509031d79a1e0b455fa2ad2daeb8477ddc470.tar.bz2
LinHES-system: set_windowmanager.sh add_storage.py
add_storage.py: fix xfs formats, also redo saving of system_drive_list. Previously it would write the full list before processing any drives, now it writes the known list one drive ata time store database values when calling set_windowmanger.sh manually.
Diffstat (limited to 'abs/core/LinHES-system/set_windowmanager.sh')
-rw-r--r--abs/core/LinHES-system/set_windowmanager.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/set_windowmanager.sh b/abs/core/LinHES-system/set_windowmanager.sh
index 535e3d9..75c4cee 100644
--- a/abs/core/LinHES-system/set_windowmanager.sh
+++ b/abs/core/LinHES-system/set_windowmanager.sh
@@ -51,7 +51,9 @@ function set_wm(){
enhanced)
STYLE="enhanced"
+ HSTYLE="1"
stylemsg enhanced
+ myth_settings_wrapper.sh -c load -t custom 1 HOSTSupplemental
;;
*)
@@ -63,14 +65,19 @@ function set_wm(){
STYLE="$style"
stylemsg "Default"
fi
-
+ HSTYLE=0
;;
esac
+
+
echo WM=\"${outline}\" > /etc/X11/WINDOWMANAGER
echo "STARTUP_STYLE=$STYLE" >> /etc/X11/WINDOWMANAGER
echo ${outline_2} >> /etc/X11/WINDOWMANAGER
+ myth_settings_wrapper.sh -c load -t custom "${windowmanager}" HostWindowManager
+ myth_settings_wrapper.sh -c load -t custom "${HSTYLE}" HostEnhancedWMStyle
+
}