Remove options superseded by corner customisation

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-07-06 17:20:05 +02:00
parent 7eae544418
commit 954e90b3bd
4 changed files with 66 additions and 56 deletions

View File

@@ -155,7 +155,7 @@ colormix_col3 = 0x20000000
# Screen corners customization
# Keywords:
# keys -> Power management keys (shutdown, restart, etc.)
# keys -> Power management, brightness control & toggle password keys
# clock -> Clock (format defined by 'clock' option)
# tty -> Active TTY number
# battery -> Battery percentage
@@ -179,7 +179,7 @@ corner_bottom_right = labels
corner_top_left = keys
# Top right
corner_top_right = clock tty
corner_top_right = clock
# For custom binds: the horizontal limit in characters for each
# line of custom binds before moving on to the next.
@@ -285,15 +285,6 @@ hibernate_key = F4
# Remove main box borders
hide_borders = false
# Remove power management command hints
hide_key_hints = false
# Remove keyboard lock states from the top right corner
hide_keyboard_locks = false
# Remove version number from the top left corner
hide_version_string = false
# Command executed when no input is detected for a certain time
# If null, no command will be executed
inactivity_cmd = null
@@ -379,11 +370,6 @@ shell = true
# Specifies the key combination used for showing the password
show_password_key = F7
# Display the active TTY number (e.g. tty3) to the right of the clock in the top right corner
# If the clock is disabled, the TTY label occupies the top right corner on its own
# If false, the TTY number will not be shown
show_tty = false
# Command executed when pressing shutdown_key
shutdown_cmd = /sbin/shutdown $PLATFORM_SHUTDOWN_ARG now