Alternate Window Managers

Version 2 (brfransen, 05/06/2013 06:32 am)

1 1
h1. Alternate Window Managers
2 1
3 1
The default window manger for LinHES is fluxbox, but it also supports other window mangers. 
4 1
To configure LinHES with a different window manager set_windowmanager.sh is provided. 
5 1
6 1
Also included are preconfigured settings for enlightenment and WindowMaker
7 1
To install them run the command: 
8 2 brfransen
    @pacman -S alt_wm@ 
9 1
When prompted for the group to install, press enter to install them all. 
10 1
 
11 1
 
12 1
h2. set_windowmanger.sh  
13 1
> set_windowmanager.sh  WINDOWMANAGER STARTUP_STYLE 
14 1
 
15 1
h3. WINDOWMANAGER  is the name of the window manger to use.   
16 1
> * default,  will continue to use fluxbox 
17 1
> * enlightenment,  will use enlightenment v16 with preconfigured settings. 
18 1
> * windowmaker, will use wmaker with preconfigured settings 
19 1
> * Any other value will be accepted, but there is no validation preformed to make sure it will work.
20 1
>  
21 1
h3. STARTUP_STYLE   
22 1
> This is an optional parameter, if no value is given then  “default” is used. 
23 1
> The major difference between the two is how MythTV and the window manager are started.   
24 1
25 1
> * default, the session depends on the window manger and if MythTV closes it will NOT restart by itself.    
26 2 brfransen
> * Mythvantage, the session depends on MythTV and it will continue to restart Myth TV after it closes.  When using the Mythvantage style it's possible to stop the MythTV loop by @touch /tmp/nomfe@.   
27 1
>Additionally the Mythvantage style, introduces a new keyboard shortcut to a terminal.  Pressing F3 will drop down a terminal that is persistent for the session.  Pressing F3 again will hide it.