From 1378e2a2681e5ad8eb0c03a9c21d7342abaeda3b Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 26 Oct 2023 19:18:38 +0100 Subject: Removed unused commented out lines of code --- .config/yambar/scripts/yambar-start.sh | 2 -- 1 file changed, 2 deletions(-) (limited to '.config/yambar') diff --git a/.config/yambar/scripts/yambar-start.sh b/.config/yambar/scripts/yambar-start.sh index 064d984..2ae0896 100755 --- a/.config/yambar/scripts/yambar-start.sh +++ b/.config/yambar/scripts/yambar-start.sh @@ -7,12 +7,10 @@ total=$(wlr-randr | grep "^[^ ]" | awk '{ print$1 }' | wc -l) for monitor in ${monitors}; do riverctl focus-output ${monitor} - # swaymsg focus output ${monitor} yambar & sleep 0.2 done if [ "$total" -gt "1" ]; then riverctl focus-output HDMI-A-1 - # swaymsg focus output HDMI-A-1 fi exit 0 -- cgit v1.2.3