aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 00:33:46 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 01:03:10 +0530
commit97df7df2972a8be54ccc68cfa74df9416378a6f1 (patch)
treec4bc9f4312dbdcddf6dcf66c4d9aa88a6a7aa4d0 /plugins
parentf47700a609cf1e17c9a796c26da3885c880255d4 (diff)
downloadnnn-97df7df2972a8be54ccc68cfa74df9416378a6f1.tar.gz
Minor previewer plugin update, docs update
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/preview-tabbed6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/preview-tabbed b/plugins/preview-tabbed
index 654ffca..db94fdc 100755
--- a/plugins/preview-tabbed
+++ b/plugins/preview-tabbed
@@ -5,7 +5,7 @@
# Note: This plugin needs a "NNN_FIFO" to work. See man.
#
# Shell: Bash (job control is weakly specified in POSIX)
-#
+#
# Dependencies:
# - tabbed (https://tools.suckless.org/tabbed): xembed host
# - xterm (or urxvt or st) : xembed client for text-based preview
@@ -45,6 +45,8 @@
#
# [1]: http://tools.suckless.org/tabbed/
# [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html
+#
+# Author: leovilok
XDOTOOL_TIMEOUT=2
@@ -109,7 +111,7 @@ previewer_loop () {
# (uncomment to use):
#xdotool behave "$XID" focus windowactivate "$MAINWINDOW" &
- while read -r FILE ; do
+ while read -r FILE ; do
jobs # Get rid of the "Completed" entries