From 795f2406e16b37ca5b2799c9e71fe91fe030fa91 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 14 Nov 2021 22:52:48 +0100 Subject: [PATCH] i3: keep brightnessctl quiet --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index b0cf8ca..e959729 100644 --- a/config +++ b/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