Added new autostart file for dwm + updated install script to make new folder for script

This commit is contained in:
Luke Else 2022-09-21 21:03:03 +01:00
parent cdd92acbb7
commit 865e99745c
2 changed files with 4 additions and 1 deletions

1
autostart.sh Executable file
View File

@ -0,0 +1 @@
dwmblocks &

View File

@ -2,6 +2,8 @@ sudo pacman -Syu
sudo pacman -Sy cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroot aspnet-runtime alacritty spotifyd neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel sudo pacman -Sy cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroot aspnet-runtime alacritty spotifyd neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel
mv ./.xinitrc ~/.xinitrc mv ./.xinitrc ~/.xinitrc
mkdir ~/.dwm
mv ./autostart.sh ~/.dwm/autostart.sh
chsh -s /usr/bin/fish chsh -s /usr/bin/fish