Fix distrobox command
This commit is contained in:
parent
7630ee5878
commit
1ae0279f42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue