diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-07-07 14:57:06 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-07-07 14:57:06 +0100 |
commit | aee7f26abeb8e2a7b16f983ceebb0cb23b7abbe7 (patch) | |
tree | 23e8d0ddf76eb74406e766ff6f4a56bb42d7045e /.config/eww/scripts/start.sh | |
parent | 4f9c4f999d52f8bcee90b92b7735a7983d2a152a (diff) |
Removed duplicated code from end of script
Diffstat (limited to '.config/eww/scripts/start.sh')
-rwxr-xr-x | .config/eww/scripts/start.sh | 4 |
1 files changed, 0 insertions, 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 - |