From 121311dd4abcad6abf946e48784f3d5dadbcb971 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 1 Jun 2019 10:59:40 -0400 Subject: [PATCH] i3 junk --- voiddwm/vlarbs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/voiddwm/vlarbs.sh b/voiddwm/vlarbs.sh index 2a1eed3..d598d1f 100644 --- a/voiddwm/vlarbs.sh +++ b/voiddwm/vlarbs.sh @@ -95,7 +95,6 @@ systembeepoff() { dialog --infobox "Getting rid of that retarded error beep soun finalize(){ \ dialog --infobox "Preparing welcome message..." 4 50 - echo "exec_always --no-startup-id notify-send -i ~/.scripts/larbs.png 'Welcome to LARBS:' 'Press Super+F1 for the manual.' -t 10000" >> "/home/$name/.config/i3/config" dialog --title "All done!" --msgbox "Congrats! Provided there were no hidden errors, the script completed successfully and all the programs and configuration files should be in place.\\n\\nTo run the new graphical environment, log out and log back in as your new user, then run the command \"startx\" to start the graphical environment (it will start automatically in tty1).\\n\\n.t Luke" 12 80 }