diff --git a/housekeeping-login.sh b/housekeeping-login.sh index 01660a0..26cff37 100644 --- a/housekeeping-login.sh +++ b/housekeeping-login.sh @@ -5,6 +5,9 @@ # Because I always forget to do this eval `ssh-agent` +# Orient the monitors correctly +# xrandr --output DP-2 --left-of HDMI-0 --auto + # Random background feh --bg-fill --randomize $HOME/Pictures/Papes/* @@ -12,4 +15,4 @@ feh --bg-fill --randomize $HOME/Pictures/Papes/* bright 50 # Compositor for transparency in alacritty -compton -b +compton -b && echo Compton started || echo Compton probs already running