X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-begin;h=1da0579e1fd704bf047d2e85b64c1b819f281097;hb=8599d1cafb7ca273609f07f42d8d3617bf7b7398;hp=c0c1f240cb494b14b0d41256b258aaa546f45ec5;hpb=4f13ea60bec1126f54b9da543b549d29d5013a69;p=distro-setup diff --git a/distro-begin b/distro-begin index c0c1f24..1da0579 100755 --- a/distro-begin +++ b/distro-begin @@ -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