From d12966230bb1ac67d86ac5cf318e808dd664b7f7 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 13 Oct 2020 18:03:32 +0200 Subject: [PATCH] Added super+shift+u/d for brightness --- arch-config/.config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch-config/.config/i3/config b/arch-config/.config/i3/config index 328863ff..5d6c987f 100644 --- a/arch-config/.config/i3/config +++ b/arch-config/.config/i3/config @@ -604,6 +604,8 @@ bindsym XF86AudioStop exec --no-startup-id playerctl stop ##################################################################################################################### +bindsym $mod+Shift+u exec --no-startup-id bash $HOME/scripts/dunst-backlight.sh up # increase screen brightness +bindsym $mod+Shift+d exec --no-startup-id bash $HOME/scripts/dunst-backlight.sh down # decrease screen brightness bindsym XF86MonBrightnessUp exec --no-startup-id bash $HOME/scripts/dunst-backlight.sh up # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id bash $HOME/scripts/dunst-backlight.sh down # decrease screen brightness #bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 # increase screen brightness