aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts/sxiv
diff options
context:
space:
mode:
Diffstat (limited to 'user-scripts/sxiv')
-rwxr-xr-xuser-scripts/sxiv8
1 files changed, 0 insertions, 8 deletions
diff --git a/user-scripts/sxiv b/user-scripts/sxiv
deleted file mode 100755
index ef21cf7..0000000
--- a/user-scripts/sxiv
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env sh
-
-# Description: Open images in current directory in sxiv
-#
-# Shell: POSIX compliant
-# Author: Arun Prakash Jana
-
-sxiv -q * >/dev/null 2>&1 &