Reduce step for brightness change
parent
390bb76203
commit
d5856be935
|
@ -10,8 +10,8 @@ bindsym XF86AudioMute exec --no-startup-id amixer -D hw:PCH -M sset 'Master' tog
|
|||
# Luminosity on laptop
|
||||
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%-
|
||||
bindsym XF86KbdBrightnessDown exec --no-startup-id brightnessctl -d asus::kbd_backlight set +5%
|
||||
bindsym XF86KbdBrightnessUp exec --no-startup-id brightnessctl -d asus::kbd_backlight set 5%-
|
||||
|
||||
# Get chosen DPI from Xresources, default 120
|
||||
set_from_resource $dpi i3wm.dpi 120
|
||||
|
@ -38,4 +38,4 @@ exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Tapping Enabled"
|
|||
|
||||
##################################
|
||||
# OPERATIONS FOR SPECIFIC WINDOWS
|
||||
##################################
|
||||
##################################
|
||||
|
|
Loading…
Reference in New Issue