aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-06 16:12:21 -0300
committerEuAndreh <eu@euandre.org>2021-03-06 16:12:21 -0300
commit42e48b27d613ff1b410e2a4646cde34705f72b8d (patch)
tree195a2d553c7ae1e0649c916fa6f7b3a38e024fea /scripts
parentfake-symlinks: aux/workflow/dist.sh: Assert commit message (diff)
downloaddotfiles-42e48b27d613ff1b410e2a4646cde34705f72b8d.tar.gz
dotfiles-42e48b27d613ff1b410e2a4646cde34705f72b8d.tar.xz
scripts/open: Use nohup over disown
Diffstat (limited to '')
-rwxr-xr-xscripts/open3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/open b/scripts/open
index a8e35012..7fa2d505 100755
--- a/scripts/open
+++ b/scripts/open
@@ -12,8 +12,7 @@ case "$1" in
"$BROWSER" "$1"
;;
*.pdf|*.djvu)
- zathura "$1" 1>&2 2>/dev/null &
- disown
+ nohup zathura "$1" 1>&2 2>/dev/null &
;;
*.flac|*.ogg|*.mkv)
vid "$1"