Run restore_display.sh instead of individual commands

This commit is contained in:
John Mertz 2024-07-18 22:47:42 -06:00
parent 35755ecea7
commit 242957774e
1 changed files with 1 additions and 3 deletions

View File

@ -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