- Move redshift from autostart_blocking to autostart - Use redshift-gtk instead of redshift to get a tray icon
8 lines
143 B
Bash
Executable File
8 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start compositor using configuration file
|
|
picom --config ~/.config/picom/picom.conf &
|
|
|
|
# Restore wallpaper
|
|
nitrogen --restore &
|