diff --git a/dot_config/ranger/rc.conf b/dot_config/ranger/rc.conf new file mode 100644 index 0000000..b70f559 --- /dev/null +++ b/dot_config/ranger/rc.conf @@ -0,0 +1,3 @@ +set preview_images true +set preview_images_method ueberzug +default_linemode devicons diff --git a/dot_config/ueberzugpp/config.json b/dot_config/ueberzugpp/config.json new file mode 100644 index 0000000..ed1b9e6 --- /dev/null +++ b/dot_config/ueberzugpp/config.json @@ -0,0 +1,8 @@ +{ + "layer": { + "silent": true, + "use-escape-codes": false, + "no-stdin": false, + "output": "sixel" + } +}