Fix comments
This commit is contained in:
parent
eff7cb4674
commit
725eda3bbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue