Fix up/down brightness

master
Quentin Duchemin 2023-10-29 14:55:36 +01:00
parent 50a47a6b76
commit f699973555
1 changed files with 3 additions and 3 deletions

View File

@ -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