Allow toggling visibility of shutdown, restart & show password keybinds

(closes #993)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-07-06 21:18:49 +02:00
parent 018d797ed6
commit e4e399cd07
3 changed files with 26 additions and 32 deletions

View File

@@ -114,13 +114,15 @@ box_title = null
# Brightness decrease command
brightness_down_cmd = $PREFIX_DIRECTORY/bin/brightnessctl -q -n s 10%-
# Brightness decrease key combination, or null to disable
# Brightness decrease key combination
# If null, the keybind is disabled and isn't shown
brightness_down_key = F5
# Brightness increase command
brightness_up_cmd = $PREFIX_DIRECTORY/bin/brightnessctl -q -n s +10%
# Brightness increase key combination, or null to disable
# Brightness increase key combination
# If null, the keybind is disabled and isn't shown
brightness_up_key = F6
# Erase password input on failure
@@ -343,6 +345,7 @@ numlock = false
path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Specifies the key combination used for restart
# If null, the keybind is disabled and isn't shown
restart_key = F2
# Save the current desktop and login as defaults, and load them on startup
@@ -368,9 +371,11 @@ setup_cmd = $CONFIG_DIRECTORY/ly/setup.sh
shell = true
# Specifies the key combination used for showing the password
# If null, the keybind is disabled and isn't shown
show_password_key = F7
# Specifies the key combination used for shutdown
# If null, the keybind is disabled and isn't shown
shutdown_key = F1
# Command executed when starting Ly (before the TTY is taken control of)