Added super+shift+u/d for brightness
This commit is contained in:
parent
162b4bdad2
commit
d12966230b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user