sway/.config/sway/available/keybinds/backlight-keys.conf

9 lines
224 B
Plaintext

# Sway Config: Display Brightness Keybinds
#
# Thurstylark
#
# Requires: Light
bindsym --locked XF86MonBrightnessUp exec --no-startup-id "light -A 2"
bindsym --locked XF86MonBrightnessDown exec --no-startup-id "light -U 2"