diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-28 20:33:54 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-28 20:33:54 +0100 |
| commit | 275ed70ac808d6e6bd39f1d4722159aaf3eb0412 (patch) | |
| tree | bc6d0b69da3152dd73d4425ad92838b7c594a4d4 /.config | |
| parent | 3ef84d1efb30e173d006f7cb1c15ce5755bbf286 (diff) | |
Start cowiconman on each output
Diffstat (limited to '.config')
| -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" |
