diff options
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 & |
