diff options
| author | awy <awy@awy.one> | 2025-11-12 23:34:30 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-12 23:34:30 +0300 |
| commit | 59f30914c759169f6fa9c30de32e0ea189398a63 (patch) | |
| tree | f634edf326065a8594be814cfa3370b61d4d9a49 /.local/bin | |
| parent | f748c9dbf2d84eca7e0942ce9d5fa0f0baa8928d (diff) | |
| download | hyprdots-59f30914c759169f6fa9c30de32e0ea189398a63.tar.gz | |
fixes
Diffstat (limited to '.local/bin')
| -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" |