From 16d0905e7a2a3ffc0c1074c01738de8a321a32a5 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 6 Jul 2024 20:40:56 +0100 Subject: Remove unused echo's --- .config/eww/scripts/start.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/eww/scripts/start.sh b/.config/eww/scripts/start.sh index 5d46693..1ba0aa2 100755 --- a/.config/eww/scripts/start.sh +++ b/.config/eww/scripts/start.sh @@ -1,8 +1,7 @@ #!/bin/bash focusactivetag() { - export arg="$1" - echo "Arg: "$arg + export arg="$1" # Focus the lowest active tag num=$(river-bedload -print outputs | jq -r '.['$arg'] | select(.).view_tags') b=0 @@ -17,7 +16,6 @@ focusactivetag() { let b=b+1 if [[ $temp -eq 1 ]] then - echo $b riverctl set-focused-tags $((1 << ($b - 1))) return fi -- cgit v1.2.3