diff --git a/installer b/installer index 5e59c7e..e5bdae0 100755 --- a/installer +++ b/installer @@ -2310,29 +2310,6 @@ config_lightdm() } - - -config_st() -{ - cat > $MNT/home/$NEWUSER/suckless/st <<-EOF - - EOF -} - -config_dwm() -{ - cat > $MNT/home/$NEWUSER/suckless/dwm <<-EOF - - EOF -} - -config_dmenu() -{ - cat > $MNT/home/$NEWUSER/suckless/dmenu <<-EOF - - EOF -} - ############################################################################### # bootloader setup # prerun_* set up the configs needed before actually running the commands