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
|
||||
else
|
||||
swaymsg reload
|
||||
source ${HOME}/.dotfile/bash/bashrc
|
||||
cd ${HOME}/scripts/sway
|
||||
perl -Ilocal/lib/perl5/5.38.2 display.pl
|
||||
${HOME}/scripts/sway/restore_display.sh
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue