From 670a07a58903cfce85fc7edb69bc1cdfc515c1c5 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Thu, 24 Apr 2025 07:29:25 +0800 Subject: [PATCH] add ranger: to use sixel --- dot_config/ranger/rc.conf | 3 +++ dot_config/ueberzugpp/config.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 dot_config/ranger/rc.conf create mode 100644 dot_config/ueberzugpp/config.json 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" + } +}