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
|
||||
else
|
||||
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
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
if [ -z ${SWAYSOCK+x} ]; then
|
||||
i3 reload
|
||||
else
|
||||
${HOME}/scripts/sway/displays.pl -w
|
||||
cd ${HOME}/scripts/sway
|
||||
perl -Ilocal/lib/perl5/5.38.2 display.pl -w
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue