Files
dwm/autostart_blocking.sh
Sravan Balaji 2769ef11ad Redshift Tray Icon
- Move redshift from autostart_blocking to autostart
- Use redshift-gtk instead of redshift to get a tray icon
2020-11-06 21:02:40 -05:00

8 lines
143 B
Bash
Executable File

#!/bin/bash
# Start compositor using configuration file
picom --config ~/.config/picom/picom.conf &
# Restore wallpaper
nitrogen --restore &