diff options
| -rwxr-xr-x | .config/cow/scripts/after-start.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/cow/scripts/after-start.sh b/.config/cow/scripts/after-start.sh index b9baa3b..6c8684c 100755 --- a/.config/cow/scripts/after-start.sh +++ b/.config/cow/scripts/after-start.sh @@ -39,6 +39,7 @@ sh "$HOME/.config/waybar/scripts/swayidle-update.sh" pkill -9 cowpager pkill -9 cowbuttons pkill -9 cowclock +pkill -9 cowiconman sleep 0.1 # start cowpager and cowbuttons for each monitor @@ -53,6 +54,7 @@ while [ "$i" -ge 1 ]; do cowpager -m "$output" & cowbuttons & cowclock & + cowiconman & # Focus the lowest active tag (desk nr) num=$(moocow show desk | jq -r '.data.desks | map(select(.active == true)) | sort_by(.nr) | .[0].nr') moocow desk -t "$output" -d "$num" |
