Actually enable keyboard brightness
This commit is contained in:
parent
7a4b6bc81e
commit
deb17dda3f
2 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,7 @@ node default {
|
|||
'blender',
|
||||
'bluez-firmware',
|
||||
'brave-bin',
|
||||
'brightnessctl',
|
||||
'calibre',
|
||||
'caret-bin',
|
||||
'catimg',
|
||||
|
|
|
@ -16,6 +16,10 @@ bindsym XF86AudioPause exec playerctl play-pause
|
|||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
# Brightness
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +1
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 1-
|
||||
|
||||
# Applications
|
||||
bindsym $mod+K exec --no-startup-id keepassxc
|
||||
bindsym $mod+l exec --no-startup-id i3lock -ftc 000000
|
||||
|
|
Loading…
Reference in a new issue