aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-12 23:34:30 +0300
committerawy <awy@awy.one>2025-11-12 23:34:30 +0300
commit59f30914c759169f6fa9c30de32e0ea189398a63 (patch)
treef634edf326065a8594be814cfa3370b61d4d9a49
parentf748c9dbf2d84eca7e0942ce9d5fa0f0baa8928d (diff)
downloadhyprdots-59f30914c759169f6fa9c30de32e0ea189398a63.tar.gz
fixes
-rwxr-xr-x.local/bin/chooseprofile2
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"