From 193eeab55b8c1cac6619f1f0bd8b2e9d5213f3e9 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 28 Mar 2023 13:36:43 +0300 Subject: [PATCH] i3: brightness control --- i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 788dbd9..a0e83cd 100644 --- a/i3/config +++ b/i3/config @@ -69,8 +69,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 & notify-send -t 1 $(light)" -bindsym XF86MonBrightnessDown exec --no-startup-id "light -U 5 & notify-send -t 1 $(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