[i3] Fix laptop brightness switches

This commit is contained in:
Sebastian Schulze 2018-06-15 15:12:48 +02:00
parent 9fc90a3e47
commit f5fc7a855f
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ bindsym XF86AudioLowerVolume exec --no-startup-id amixer set -M Master 2%- #-c 0
bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id amixer -c 0 set Master 15%+
bindsym Shift+XF86AudioLowerVolume exec --no-startup-id amixer -c 0 set Master 15%-
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
# Toggle Gaps https://github.com/Airblader/i3#gaps
set $mode_gaps Gaps: (o) outer, (i) inner