From 0dfb736d701b18aeaf78d1ea8f715cfb0927bac5 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Mon, 8 Feb 2021 09:30:09 +0100 Subject: [PATCH] Fixed bug on adjust brightness --- config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sway/config b/config/sway/config index a66f149..06465d8 100644 --- a/config/sway/config +++ b/config/sway/config @@ -176,8 +176,8 @@ bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp" # # Brightness -bindsym XF86MonBrightnessDown exec brightnessctl set 5%- -bindsym XF86MonBrightnessUp exec brightnessctl set +5% +bindsym XF86MonBrightnessDown exec light -U 10 +bindsym XF86MonBrightnessUp exec light -A 10 # Screenshots bindsym $ps1 exec grim ~/Pictures/Screenshots/ps_$(date +"%Y%m%d%H%M%S").png