diff --git a/scripts/fflof b/scripts/fflof index b1c1224..51a1b16 100755 --- a/scripts/fflof +++ b/scripts/fflof @@ -25,15 +25,15 @@ if [ $(pgrep -c firefox) -gt 0 ]; then exit else # WAYLAND - ffrg=$(hyprctl clients | rg firefox) + ffrg=$(hyprctl clients | rg ff) ffwin=$(echo $ffrg | sed 's/.*\: //') # echo $ffwin - exec hyprctl dispatch focuswindow firefox + exec hyprctl dispatch focuswindow ff exit fi fi else - exec firefox + exec firefox --name "ff" fi