aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/preview-tabbed
AgeCommit message (Collapse)Author
2020-09-19preview-tabbed will now exit with ^C (#734)Gravatar cdarkly
* preview-tabbed will not exit with ^C * preview-tabbed will not exit with ^C
2020-09-08preview-tabbed now kills lingering viewerGravatar 0xACE
2020-06-20Add plugin bulknew (#662)Gravatar KlzXS
* Add plugin bulknew * Update documentation * Update dependencies * Add whitespace note
2020-05-08Minor doc updateGravatar Arun Prakash Jana
2020-05-06Uniform pluginsGravatar Arun Prakash Jana
2020-05-06which prints to screenGravatar Arun Prakash Jana
2020-05-06Minor previewer plugin update, docs updateGravatar Arun Prakash Jana
2020-05-06Add a tabbed/xembed based file previewer plugin (#552)Gravatar lvgx
* Add a tabbed/xembed based file previewer plugin This plugin is written in bash, because job control is not well specified in POSIX sh (`jobs` can return anything). We use `tabbed` [1] as a xembed [2] host, to have a single window owning each previewer window. Uses mpv, sxiv, zathura, and the nuke plugin. [1]: http://tools.suckless.org/tabbed/ [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html * tabbed-preview: prevent focus steal with xdotool * preview-tabbed: tabs->4 spaces * preview-tabbed: add focus prevention timeout