summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/set_windowmanager.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-01-11LinHES-system: make E and enhanced the default windowmanger. As a side ↵James Meyer1-22/+29
effect supplemental web also becomes the default. refs #895
2012-10-09LinHES-system: set_windowmanager, change_channelJames Meyer1-2/+6
- set_windowmanager now sets the database when default is selected. - included new change_channel scripts that work in conjuction with /etc/systemconfig Instead of hardcoding the value of the remote name, it's dynamic selected from /etc/systemconfig. The transmitter number matchs the blaster proto number. change_channel.sh transmitter cmd change_channel.sh 1 12 #Change channel to 12 using transmitter 1
2012-09-20LinHES-system: set_windowmanager.sh add_storage.pyJames Meyer1-1/+8
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.
2012-08-31moved wmaker_data and e16_themes settings to /usr/share/wm_data.James Meyer1-2/+3
This was done incase /data moves to it's own partition
2012-08-23LinHES-config/LinHES-system: set_windowmanager.sh rename mythvantage style ↵James Meyer1-42/+72
to enhanced. add checks to set_windowmanager to check that the wm is valid and that the style is valid
2011-12-27linhes-system: fix typos in set_windowmanager.sh and add some help text for ↵James Meyer1-3/+5
alt_wm
2011-11-25linhes-session: add the ability to switch windowmangers using the ↵James Meyer1-0/+100
set_windowmanger.sh script. "set_windowmanger.sh enlightenment" will set the default windowmanger to our sepecial instance of enlightenment Current valid values for the windowmanager are: default enlightement windowmaker $any_thing_else if /etc/X11/WINDOWMANGER is not present, or the script is never run then fluxbox is used by default. This script will also set the style of startup. Normally the startup is set so that the windowmanager is the last thing to keep X running. When the optional style of mythvantage is given, then the windowmanger is started in the BG and mythfrontend is put in a looping state. Exiting the windowmanger will not restart the session. to restart the session "sv restart frontend" must be issued. Current state of style is functional but incomplete.