Update i3, polybar config, del spectrwm config, add catfatch script

This commit is contained in:
Smirnov Olexandr 2020-12-29 16:49:08 +02:00
parent e8de9a14cd
commit e3c86138ef
14 changed files with 174 additions and 411 deletions

View file

@ -45,14 +45,20 @@ filetype <text/*> nvim
fileviewer <text/*> env -uCOLORTERM bat --color always --wrap never --pager never %c -p
filextype *.pdf zathura %c %i &
fileviewer *.pdf
\ vifmimg pdfpreview %px %py %pw %ph %c
\ %pc
\ vifmimg clear
" \ pdftotext -nopgbrk %c -
filetype <audio/*> mocp %c %i &
filetype <video/*> mpv %c %i &
filextype <image/*> sxiv %c %i &
fileviewer <image/*>
\ kitty icat --place=%pwx%ph@%pxx%py %c
\ %pc
\ kitty icat --clear
fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.xpm
\ ~/.config/vifm/vifmimg draw %px %py %pw %ph %c
\ %pc
\ ~/.config/vifm/vifmimg clear
filextype *.py nvim %c %i &