use i3
[distro-setup] / distro-begin
index c0c1f240cb494b14b0d41256b258aaa546f45ec5..1da0579e1fd704bf047d2e85b64c1b819f281097 100755 (executable)
@@ -585,17 +585,13 @@ if tp || x2 || x3; then
 fi
 
 
-##### install xmonad
+##### install x stuff
 if has_x; then
     pi ${p2[@]}
-    # note: on older ubuntu I used cabal xmonad + xfce, using cabal versin
-    # see /w/archive/programming/xmonad-cabal.sh
     if isarch; then
         # xorg-xmessage for displaying error messages.
         # optional dependency in arch, standard elsewhere.
-        pi xorg-server xorg-xmessage xmonad-contrib xorg-xsetroot xorg-xinit
-    else
-        pi suckless-tools
+        pi xorg-server xorg-xmessage xorg-xsetroot xorg-xinit
     fi
 fi