Added super+shift+u/d for brightness

This commit is contained in:
RealStickman 2020-10-13 18:03:32 +02:00
parent 162b4bdad2
commit d12966230b

View File

@ -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