From ee513619c4f6ebce49b15020c121cbb6dc2e0c86 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 2 Feb 2020 13:20:30 -0700 Subject: Add wallpaper + add install and startup --- startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startup') diff --git a/startup b/startup index a161685..ce97ad4 100755 --- a/startup +++ b/startup @@ -4,7 +4,7 @@ xrandr --output DVI-I-1 --right-of DP-5 --mode 2560x1440 # Change the background image using 'feh' -feh --bg-scale ~/Downloads/marco-xu-zcvWUNrmPBQ-unsplash.jpg +feh --bg-scale "$HOME/.xmonad/wallpaper.jpg" # Increase the kebyoard repeat rate and decrease the repeat time. xset r rate 200 60 -- cgit