1
0
forked from extern/nix-config

meta: Use kitty instead of ueberzug

Since ueberzug only works in X, and since ranger previews currently
conflict with tmux due to a new python version on arch linux, ueberzug
has no real advantage besides making image previews work in alacritty,
which I ultimately decided against due to how it handles fcitx input on
Xorg.
This commit is contained in:
Donovan Glover 2022-03-20 22:16:08 -04:00
parent 562d4fa225
commit d391f5335b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
gtk2="off"
block_range=(1 7)
image_backend="ueberzug"
image_backend="kitty"
# vim:ft=conf

View File

@ -31,6 +31,6 @@ alias w shell -fs wal -o "$HOME/.config/wal/done.sh" -i %f
set use_preview_script true
set preview_files true
set preview_images true
set preview_images_method ueberzug
set preview_images_method kitty
# vim:ft=dosini