From aee7f26abeb8e2a7b16f983ceebb0cb23b7abbe7 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 7 Jul 2024 14:57:06 +0100 Subject: Removed duplicated code from end of script --- .config/eww/scripts/start.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/eww/scripts/start.sh b/.config/eww/scripts/start.sh index 9eb09eb..e12639e 100755 --- a/.config/eww/scripts/start.sh +++ b/.config/eww/scripts/start.sh @@ -39,7 +39,3 @@ for ((i = $monitors ; i >= 0 ; i-=1)); do riverctl focus-output $(wlr-randr | grep "^[^ ]" | awk '{ print$1 }' | awk 'FNR == '$i+1' {print}') focusactivetag $i done -if [ "$total" -gt "1" ]; then - riverctl focus-output HDMI-A-1 -fi - -- cgit v1.2.3