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',
|
'blender',
|
||||||
'bluez-firmware',
|
'bluez-firmware',
|
||||||
'brave-bin',
|
'brave-bin',
|
||||||
|
'brightnessctl',
|
||||||
'calibre',
|
'calibre',
|
||||||
'caret-bin',
|
'caret-bin',
|
||||||
'catimg',
|
'catimg',
|
||||||
|
|
|
@ -16,6 +16,10 @@ bindsym XF86AudioPause exec playerctl play-pause
|
||||||
bindsym XF86AudioNext exec playerctl next
|
bindsym XF86AudioNext exec playerctl next
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
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
|
# Applications
|
||||||
bindsym $mod+K exec --no-startup-id keepassxc
|
bindsym $mod+K exec --no-startup-id keepassxc
|
||||||
bindsym $mod+l exec --no-startup-id i3lock -ftc 000000
|
bindsym $mod+l exec --no-startup-id i3lock -ftc 000000
|
||||||
|
|
Loading…
Reference in a new issue