Fix up/down brightness
parent
50a47a6b76
commit
f699973555
|
@ -8,13 +8,13 @@ bindsym XF86AudioLowerVolume exec --no-startup-id aimxer -D hw:PCH -M sset Maste
|
|||
bindsym XF86AudioMute exec --no-startup-id amixer -D hw:PCH -M sset 'Master' toggle
|
||||
|
||||
# Luminosity on laptop
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set +10%
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set 10%-
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +10%
|
||||
bindsym XF86KbdBrightnessDown exec --no-startup-id brightnessctl -d asus::kbd_backlight set +10%
|
||||
bindsym XF86KbdBrightnessUp exec --no-startup-id brightnessctl -d asus::kbd_backlight set 10%-
|
||||
|
||||
# Only dunst seems to care about this setting
|
||||
exec xrandr --dpi 90
|
||||
exec xrandr --dpi 120
|
||||
|
||||
##################################
|
||||
# PROGRAMS STARTED AUTOMATICALLY
|
||||
|
|
Loading…
Reference in New Issue