diff --git a/.config/i3/config.d/laptop b/.config/i3/config.d/laptop index 6ec46da..c81756d 100644 --- a/.config/i3/config.d/laptop +++ b/.config/i3/config.d/laptop @@ -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