Add support for wmii.

svn path=/nixos/branches/fix-style/; revision=13850
This commit is contained in:
Nicolas Pierron 2009-01-25 15:48:30 +00:00
parent b92036e803
commit 08280c415f

View File

@ -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.
''