From 35505f90f39953a16fcb3a8e7aeb357bf6018fa8 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 11 Feb 2024 15:07:40 -0800 Subject: [PATCH] Compton logging --- housekeeping-login.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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