1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

giving some props to the creators

This commit is contained in:
TiynGER
2020-04-02 00:06:34 +02:00
parent 5b15670a44
commit 13f56aab85
33 changed files with 56 additions and 121 deletions

View File

@@ -12,6 +12,8 @@ readonly ID_PREVIEW="preview"
# The messy code below is for moving pages in pdf files in the vifm file preview by
# utilizing the < and > keys which will be bound to `vifmimg inc` or `vifmimg dec`.
# by cirala, checkout github.com/cirala/vifmimg
PDF_PAGE_CONFIG="$HOME/.config/vifm/vifmimgpdfpage"
PDF_FILE_CONFIG="$HOME/.config/vifm/vifmimgpdffile"
PDF_PAGE=1

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# by cirala, checkout github.com/cirala/vifmimg
export FIFO_UEBERZUG="/tmp/vifm-ueberzug-${PPID}"
if [ ! -f "/usr/bin/ueberzug" ]; then