diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-07-07 14:48:43 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-07-07 14:48:43 +0100 |
commit | 4f9c4f999d52f8bcee90b92b7735a7983d2a152a (patch) | |
tree | e246ffa625df6cea7beacf63b2fcda3fd9de1346 | |
parent | 4d23e0848eda18bb7e1a67b83740d17c440892a7 (diff) |
Swap view_tags for focused_tags
-rwxr-xr-x | .config/eww/scripts/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |