summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-01-11 22:44:45 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-01-11 22:44:45 (GMT)
commit901db31a24f3e47e5f6e81cecbbb2a3f7ad389a7 (patch)
treea5d660f9448219d3debddfa317f379323bca1f1d /abs/core/mythdb-initial/custom.sql
parente1e5a06abef9b9b858d252e8709f5dc06416e032 (diff)
downloadlinhes_pkgbuild-901db31a24f3e47e5f6e81cecbbb2a3f7ad389a7.zip
linhes_pkgbuild-901db31a24f3e47e5f6e81cecbbb2a3f7ad389a7.tar.gz
linhes_pkgbuild-901db31a24f3e47e5f6e81cecbbb2a3f7ad389a7.tar.bz2
mythdb-initial: set E to be the default windowmanager
This has the side effect of removing the windowmanger settings sync between the backend and new installs. refs #895
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index de8e948..72a94f4 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -136,6 +136,13 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
UPDATE `keybindings` set `keylist` = "Alt+Esc" WHERE `action` = 'EXITPROMPT' ;
+-- Force windowmanager to enlightnemnet, install supplemental and use enhanced
+INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
+('HostWindowManager' , 'enlightenment' ,'apheleia'),
+('HOSTSupplemental' , '1' ,'apheleia'),
+('HostEnhancedWMStyle', '1' ,'apheleia');
+
+
-- Defaults for OS install
INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('HOSTuprootfstype','ext3' , 'apheleia'),