Run displays.pl from host using Carton libs
This commit is contained in:
parent
e01d899666
commit
ef298a2e23
|
@ -3,5 +3,7 @@ if [ -z ${SWAYSOCK+x} ]; then
|
||||||
i3 reload
|
i3 reload
|
||||||
else
|
else
|
||||||
swaymsg reload
|
swaymsg reload
|
||||||
distrobox-enter -n debian -- ${HOME}/scripts/sway/displays.pl
|
source ${HOME}/.dotfile/bash/bashrc
|
||||||
|
cd ${HOME}/scripts/sway
|
||||||
|
perl -Ilocal/lib/perl5/5.38.2 display.pl
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
if [ -z ${SWAYSOCK+x} ]; then
|
if [ -z ${SWAYSOCK+x} ]; then
|
||||||
i3 reload
|
i3 reload
|
||||||
else
|
else
|
||||||
${HOME}/scripts/sway/displays.pl -w
|
cd ${HOME}/scripts/sway
|
||||||
|
perl -Ilocal/lib/perl5/5.38.2 display.pl -w
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue