From 4edbd8176257b709732d7c9e8a00f59d0ad77ff7 Mon Sep 17 00:00:00 2001 From: Marcelo Date: Mon, 4 Nov 2024 20:23:30 -0500 Subject: [PATCH] man: add new passthrough option --- man/dim.1.scd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/dim.1.scd b/man/dim.1.scd index 060d7eb..751643e 100644 --- a/man/dim.1.scd +++ b/man/dim.1.scd @@ -36,6 +36,14 @@ detected after its timeout, swaylock will be run, locking the screen. Set the *alpha* value of the overlay, 0.0 being transparent and 1.0 being solid black. When solid, cursor will be hidden. Default is 0.5. +\-p, --passthrough + Make dim ignore input, passing it to the surfaces behind it, making dim act as + a way to lower your brightness artificially. You probably want to set the + duration option above to 0 for this to last indefinitely. + + When scripting this, you could summon dim with passthrough enabled and then + kill it with `pkill dim` + \--gen-completions Generates completions for all supported shells at the given path.