From 88a480c9388d698f123bf892f33197d7bd1cfb9b Mon Sep 17 00:00:00 2001 From: NRK Date: Wed, 17 Aug 2022 20:54:14 +0600 Subject: allow disabling anti-aliasing via cli flag simply running nsxiv with `--anti-alias` will enable anti-aliasing, and running it with `--anti-alias=no` will disable it. the cli flag will overwrite the config.h default. Closes: https://codeberg.org/nsxiv/nsxiv/issues/349 --- etc/nsxiv.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/nsxiv.1') diff --git a/etc/nsxiv.1 b/etc/nsxiv.1 index 3155958..3109075 100644 --- a/etc/nsxiv.1 +++ b/etc/nsxiv.1 @@ -114,6 +114,11 @@ Set zoom level to ZOOM percent. .B "\-0, \-\-null" Use NULL-separator. With this option, output of \-o and file-list sent to the key-handler and the input of \-i will be separated by a NULL character. +.TP +.BI "\-\-anti\-alias" [=no] +Enables anti-aliasing, when given +.I no +as an argument, disables it instead. .SH KEYBOARD COMMANDS .SS General The following keyboard commands are available in both image and thumbnail modes: -- cgit v1.2.3-54-g00ecf