From a40cdadb8250ad8efb4c25f4846b09ca096e26f9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 4 Jan 2019 23:01:24 +0530 Subject: [PATCH] Open sxiv in bg --- scripts/user-scripts/sxiv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/user-scripts/sxiv.sh b/scripts/user-scripts/sxiv.sh index 2ee23985..985dce73 100644 --- a/scripts/user-scripts/sxiv.sh +++ b/scripts/user-scripts/sxiv.sh @@ -5,4 +5,4 @@ # Shell: generic # Author: Arun Prakash Jana -sxiv -q * >/dev/null 2>&1 +sxiv -q * >/dev/null 2>&1 &