From 7080364e816c2baa60f74825318a35d6ba80bffa Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 10 Jan 2025 21:42:42 +0100 Subject: [PATCH] i3: brightness indicator delay --- i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 3483680..3c8d78c 100644 --- a/i3/config +++ b/i3/config @@ -77,8 +77,8 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to # [Screen Brightness Controls] -bindsym XF86MonBrightnessUp exec --no-startup-id "light -A 5 & sleep 0.3 & dunstify Brightness -h int:value:`light`" -bindsym XF86MonBrightnessDown exec --no-startup-id "light -U 5 & sleep 0.3 & dunstify Brightness -h int:value:`light`" +bindsym XF86MonBrightnessUp exec --no-startup-id "light -A 5 && sleep 0.1 && dunstify Brightness -h int:value:`light`" +bindsym XF86MonBrightnessDown exec --no-startup-id "light -U 5 && sleep 0.1 && dunstify Brightness -h int:value:`light`" # [i3 Controls]