From 4f9c4f999d52f8bcee90b92b7735a7983d2a152a Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 7 Jul 2024 14:48:43 +0100 Subject: Swap view_tags for focused_tags --- .config/eww/scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/eww/scripts/start.sh b/.config/eww/scripts/start.sh index 1ba0aa2..9eb09eb 100755 --- a/.config/eww/scripts/start.sh +++ b/.config/eww/scripts/start.sh @@ -3,7 +3,7 @@ focusactivetag() { export arg="$1" # Focus the lowest active tag - num=$(river-bedload -print outputs | jq -r '.['$arg'] | select(.).view_tags') + num=$(river-bedload -print outputs | jq -r '.['$arg'] | select(.).focused_tags') b=0 while [[ $num -gt 0 ]] do -- cgit v1.2.3