diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-26 19:18:38 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-26 19:18:38 +0100 |
commit | 1378e2a2681e5ad8eb0c03a9c21d7342abaeda3b (patch) | |
tree | 3d179adbb51609998f357aa0a473cc4d6258fac4 /.config/yambar | |
parent | d03a9a1115e25322017b7dff513b8cfd35179050 (diff) |
Removed unused commented out lines of code
Diffstat (limited to '.config/yambar')
-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 |