diff options
| author | tslil clingman <> | 2022-04-26 18:30:09 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2022-04-26 18:30:09 -0400 |
| commit | cd5fabb36a693ebd27395cee50b22b633f24e55b (patch) | |
| tree | 6bafb6644658427d776c9bc36cbe5e802bdde876 /qubes-dwm-6.2/autostart/autostart.sh | |
| parent | 02de7b99d4b4b177b6953d168629242f55b2f992 (diff) | |
Updated scripts for Qubes 4.1
Diffstat (limited to 'qubes-dwm-6.2/autostart/autostart.sh')
| -rwxr-xr-x | qubes-dwm-6.2/autostart/autostart.sh | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/qubes-dwm-6.2/autostart/autostart.sh b/qubes-dwm-6.2/autostart/autostart.sh index b629929..bbf830f 100755 --- a/qubes-dwm-6.2/autostart/autostart.sh +++ b/qubes-dwm-6.2/autostart/autostart.sh @@ -10,7 +10,19 @@ xset -dpms echo "enable autolock" > ~/.autolock_status toggle_autolock -# Set my wallpaper -feh --bg-scale /usr/share/backgrounds/tiles/default_blue.jpg +# Monitor battery +battery_monitor & + +# Automatic colour temperature adjustment for Baltimore +redshift -l +39:-76 & + +# Compositor +picom & + +# Monitor configuration +srandrd display_handler +if [ -n "$(xrandr | grep 'HDMI-1 connected')" ]; then + SRANDRD_OUTPUT=HDMI-1 SRANDRD_EVENT=connected display_handler +fi; exec dwm_status & |
