diff options
-rwxr-xr-x | .config/yambar/scripts/yambar-start.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 |