Add support for wmii.
svn path=/nixos/branches/fix-style/; revision=13850
This commit is contained in:
parent
b92036e803
commit
08280c415f
@ -581,6 +581,10 @@ let
|
||||
${pkgs.xmonad}/bin/xmonad &
|
||||
''
|
||||
|
||||
else if windowManager == "wmii" then ''
|
||||
${pkgs.wmiiSnap}/bin/wmii &
|
||||
''
|
||||
|
||||
else if windowManager == "none" then ''
|
||||
# The session starter will start the window manager.
|
||||
''
|
||||
|
Loading…
x
Reference in New Issue
Block a user