| @@ -180,4 +180,4 @@ bar { | |||
| status_command i3status | |||
| } | |||
| exec ~/.startup.sh | |||
| exec sh ~/.wmrc | |||
| @@ -8,3 +8,5 @@ feh --bg-scale ~/background.jpg | |||
| xmodmap .Xmodmaprc | |||
| sxhkd -c ~/.sxhkdrc & | |||
| sh ~/.startup.sh | |||
| @@ -74,7 +74,7 @@ cd .. | |||
| echo "Done." | |||
| echo "Copying assets..." | |||
| rm -r "$HOME/assets" | |||
| rm -fr "$HOME/assets" | |||
| cp -r assets "$HOME/assets" | |||
| echo "Done." | |||