From 865e99745ca92db1670aecbb4dcb4d52d07cc533 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Wed, 21 Sep 2022 21:03:03 +0100 Subject: [PATCH] Added new autostart file for dwm + updated install script to make new folder for script --- autostart.sh | 1 + install.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 autostart.sh diff --git a/autostart.sh b/autostart.sh new file mode 100755 index 0000000..e193ec4 --- /dev/null +++ b/autostart.sh @@ -0,0 +1 @@ +dwmblocks & diff --git a/install.sh b/install.sh index ae9b1a8..121c53f 100755 --- a/install.sh +++ b/install.sh @@ -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 mv ./.xinitrc ~/.xinitrc +mkdir ~/.dwm +mv ./autostart.sh ~/.dwm/autostart.sh chsh -s /usr/bin/fish @@ -19,4 +21,4 @@ yay brave curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish -neofetch \ No newline at end of file +neofetch