Move gammastep to distrobox
This commit is contained in:
parent
58addc1a0b
commit
461201ade0
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
# Automatically restore last used output configuration
|
# Automatically restore last used output configuration
|
||||||
# TODO: Need to add fail-safe to script in case the outputs are unavailable
|
# TODO: Need to add fail-safe to script in case the outputs are unavailable
|
||||||
exec $HOME/scripts/distrobox/debian12/displays.sh &
|
exec ${HOME}/scripts/distrobox/debian12/displays.sh &
|
||||||
|
|
||||||
# Enable automatic color temperature change
|
# Enable automatic color temperature change
|
||||||
exec ${HOME}/scripts/sway/gammastep.pl &
|
exec ${HOME}/scripts/distrobox/debian12/gammastep.pl &
|
||||||
|
|
||||||
# Notification daemon
|
# Notification daemon
|
||||||
exec mako &
|
exec mako &
|
||||||
|
|
Loading…
Reference in New Issue