From 59f30914c759169f6fa9c30de32e0ea189398a63 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 12 Nov 2025 23:34:30 +0300 Subject: fixes --- .local/bin/chooseprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/chooseprofile b/.local/bin/chooseprofile index 083c263..f4d32b5 100755 --- a/.local/bin/chooseprofile +++ b/.local/bin/chooseprofile @@ -9,4 +9,4 @@ if [ -z "$profile" ] || ! echo "$profiles" | rg -q "^$profile$"; then exit 1 fi -hyprctl dispatch exec "icecat -P $profile" +setsid -f icecat -P "$profile" -- cgit v1.2.3