[i3] Increase/Decrease brightness by 10% instead of 5%
This commit is contained in:
parent
5dcea4def9
commit
518d1fcfcc
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to
|
||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s 5%+
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s 10%+
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 5%-
|
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 10%-
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue