Fix distrobox command

This commit is contained in:
John Mertz 2024-01-21 19:43:25 -07:00
parent 7630ee5878
commit 1ae0279f42
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ if [ -z ${SWAYSOCK+x} ]; then
i3 reload
else
swaymsg reload
distrobox-enter -n debian${HOME}/scripts/sway/displays.pl
distrobox-enter -n debian -- ${HOME}/scripts/sway/displays.pl
fi