Fix comments

This commit is contained in:
Digital Studium 2024-03-02 13:50:35 +00:00
parent eff7cb4674
commit 725eda3bbd
1 changed files with 3 additions and 3 deletions

View File

@ -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