Fix it
This commit is contained in:
parent
725eda3bbd
commit
cebe457134
|
@ -31,7 +31,8 @@ xcompmgr `# for st opacity` \
|
||||||
xwallpaper `# for background` \
|
xwallpaper `# for background` \
|
||||||
ubuntu-wallpapers-jammy `# backgrounds` \
|
ubuntu-wallpapers-jammy `# backgrounds` \
|
||||||
xfe `# classic file manager` \
|
xfe `# classic file manager` \
|
||||||
surf `# suckless browser` \
|
surf `# suckless lightweight browser` \
|
||||||
|
micro `# lightweight editor` \
|
||||||
telegram-desktop \
|
telegram-desktop \
|
||||||
slack \
|
slack \
|
||||||
firefox \
|
firefox \
|
||||||
|
@ -82,10 +83,10 @@ if [ ! -d ~/.dwm ]
|
||||||
then
|
then
|
||||||
mkdir $HOME/.dwm
|
mkdir $HOME/.dwm
|
||||||
fi
|
fi
|
||||||
echo "xhost +local:" >> $HOME/.dwm/autostart.sh # give permissions to display
|
echo "xhost +local:" > $HOME/.dwm/autostart.sh # give permissions to display
|
||||||
echo "xcompmgr &" >> $HOME/.dwm/autostart.sh # for st opacity
|
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 "xwallpaper --stretch /usr/share/backgrounds/Blue_flower_by_Elena_Stravoravdi.jpg" >> $HOME/.dwm/autostart.sh # background
|
||||||
echo "firefox &" > $HOME/.dwm/autostart.sh
|
echo "firefox &" >> $HOME/.dwm/autostart.sh
|
||||||
echo "telegram-desktop &" >> $HOME/.dwm/autostart.sh
|
echo "telegram-desktop &" >> $HOME/.dwm/autostart.sh
|
||||||
echo "st &" >> $HOME/.dwm/autostart.sh
|
echo "st &" >> $HOME/.dwm/autostart.sh
|
||||||
chmod +x $HOME/.dwm/autostart.sh
|
chmod +x $HOME/.dwm/autostart.sh
|
||||||
|
|
Loading…
Reference in New Issue