mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
i3: keep brightnessctl quiet
This commit is contained in:
parent
b47585fae8
commit
795f2406e1
1 changed files with 2 additions and 2 deletions
4
config
4
config
|
@ -38,8 +38,8 @@ bindsym XF86AudioPrev exec --no-startup-id exec playerctl -p $mediaplayer
|
|||
bindsym $mod+s exec --no-startup-id exec ~/.config/i3/bin/rofi-mediaplayer $mediaplayer
|
||||
|
||||
# brightness
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id exec brightnessctl set +5%
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id exec brightnessctl set 5%-
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id exec brightnessctl -q set +5%
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id exec brightnessctl -q set 5%-
|
||||
|
||||
# use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue