config: i3: use brightnessctl
This commit is contained in:
parent
33ed56559d
commit
f81ec0f6b3
1 changed files with 2 additions and 2 deletions
|
|
@ -172,8 +172,8 @@ bindsym XF86AudioLowerVolume exec "pactl set-sink-mute @DEFAULT_SINK@ false && p
|
|||
bindsym XF86AudioRaiseVolume exec "pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ '+5%'"
|
||||
bindsym XF86AudioMicMute exec "pactl set-source-mute 1 toggle"
|
||||
|
||||
bindsym XF86MonBrightnessDown exec "xbacklight -4"
|
||||
bindsym XF86MonBrightnessUp exec "xbacklight +4"
|
||||
bindsym XF86MonBrightnessDown exec "brightnessctl set 4%-"
|
||||
bindsym XF86MonBrightnessUp exec "brightnessctl set 4%+"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue