Fix formatting

This commit is contained in:
John Mertz 2023-07-06 12:27:49 -04:00
parent 1b013f0aea
commit ae72619ae9
1 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ exec "${HOME}/scripts/ssh-agent.sh" &
# Automatically restore last used output configuration
# TODO: Need to add fail-safe to script in case the outputs are unavailable
exec ${HOME}/scripts/distrobox/debian/displays.sh &
exec "${HOME}/scripts/distrobox/toolbox/displays.sh" &
# Enable automatic color temperature change
exec ${HOME}/scripts/distrobox/debian/gammastep.pl &
exec ${HOME}/.local/bin/wl-gammactl -c -1.000 -b 2.000 -g 0.500 -m DP-1 &
exec "${HOME}/scripts/distrobox/debian/gammastep.pl" &
exec "${HOME}/.local/bin/wl-gammactl" -c -1.000 -b 2.000 -g 0.500 -m DP-1 &
# Window transparency
exec systemctl --user restart sway-transparency.service &
@ -69,4 +69,4 @@ exec flatpak run com.github.Murmele.Gittyup &
exec flatpak run com.github.Eloston.UngoogledChromium --app="https://papillon.john.me.tz" --socket=wayland --ozone-platform=wayland --enable-reatures=UseOzonePlatform &
# Assign workspaces to outputs
exec $HOME/scripts/sway/arrange.pl &
exec "${HOME}/scripts/sway/arrange.pl" &