Run restore_display.sh instead of individual commands
This commit is contained in:
parent
35755ecea7
commit
242957774e
|
@ -3,7 +3,5 @@ if [ -z ${SWAYSOCK+x} ]; then
|
||||||
i3 reload
|
i3 reload
|
||||||
else
|
else
|
||||||
swaymsg reload
|
swaymsg reload
|
||||||
source ${HOME}/.dotfile/bash/bashrc
|
${HOME}/scripts/sway/restore_display.sh
|
||||||
cd ${HOME}/scripts/sway
|
|
||||||
perl -Ilocal/lib/perl5/5.38.2 display.pl
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue