mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Add setsid
This commit is contained in:
parent
7e0a3c4bae
commit
861c9a9eaf
@ -44,7 +44,7 @@ cmd open ${{
|
||||
done
|
||||
for ((i=0; i<${#images[@]}; i++)); do
|
||||
[[ "${images[i]}" = "$selected_file" ]] && {
|
||||
sxiv -aon "$((i + 1))" "${images[@]}"
|
||||
setsid sxiv -aon "$((i + 1))" "${images[@]}"
|
||||
break
|
||||
}
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user