Files
dwm/autostart_blocking.sh
Sravan Balaji 0a4ab3b407 Move rclone out of autostart_blocking
- Put rclone sync in autostart so dwm isn't prevented from starting
2020-11-06 21:01:45 -05:00

12 lines
221 B
Bash
Executable File

#!/bin/bash
# Start compositor using configuration file
picom --config ~/.config/picom/picom.conf &
# Restore wallpaper
nitrogen --restore &
# Blue light filter (Farmington Hills, MI)
redshift -l 42.48531:-83.37716 &