This commit is contained in:
John Mertz 2022-12-21 14:35:30 -05:00
parent 2955c76c7b
commit ef3e385d56
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
if [ ! -f /run/.containerenv ] && [ ! -f /.dockerenv ]; then
/bin/distrobox-enter -n debian12 -- /var/home/jpm/scripts/sway/displays.pl "$@"
else
/var/home/jpm/scripts/sway/displays.sh "$@"
/var/home/jpm/scripts/sway/displays.pl "$@"
fi