Allow disabling the brightness control commands (closes #664)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-03-06 19:16:47 +01:00
parent 9c79137c9f
commit 6079c01a4b
3 changed files with 43 additions and 31 deletions

View File

@@ -58,13 +58,13 @@ box_title = null
# Brightness increase command
brightness_down_cmd = $PREFIX_DIRECTORY/bin/brightnessctl -q s 10%-
# Brightness decrease key
# Brightness decrease key, or null to disable
brightness_down_key = F5
# Brightness increase command
brightness_up_cmd = $PREFIX_DIRECTORY/bin/brightnessctl -q s +10%
# Brightness increase key
# Brightness increase key, or null to disable
brightness_up_key = F6
# Erase password input on failure