From 725eda3bbd16b03fceed2c292689556cb642737d Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sat, 2 Mar 2024 13:50:35 +0000 Subject: [PATCH] Fix comments --- install_ubuntu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_ubuntu.sh b/install_ubuntu.sh index ff4304b..5da3d10 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -82,10 +82,10 @@ if [ ! -d ~/.dwm ] then mkdir $HOME/.dwm fi +echo "xhost +local:" >> $HOME/.dwm/autostart.sh # give permissions to display +echo "xcompmgr &" >> $HOME/.dwm/autostart.sh # for st opacity +echo "xwallpaper --stretch /usr/share/backgrounds/Blue_flower_by_Elena_Stravoravdi.jpg" >> $HOME/.dwm/autostart.sh # background echo "firefox &" > $HOME/.dwm/autostart.sh -echo "xcompmgr &" >> $HOME/.dwm/autostart.sh echo "telegram-desktop &" >> $HOME/.dwm/autostart.sh echo "st &" >> $HOME/.dwm/autostart.sh -echo "xhost +local:" >> $HOME/.dwm/autostart.sh # give permissions to display -echo "xwallpaper --stretch /usr/share/backgrounds/Blue_flower_by_Elena_Stravoravdi.jpg" >> $HOME/.dwm/autostart.sh # give permissions to display chmod +x $HOME/.dwm/autostart.sh