diff options
| -rwxr-xr-x | .local/bin/chooseprofile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |