Brightness control now works in increments of 5%. Startup.sh in scripts is launched (needs testing)
This commit is contained in:
parent
dd5c6d9138
commit
9cfb1b712c
@ -360,6 +360,9 @@ exec --no-startup-id variety
|
||||
#Polybar
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh &
|
||||
|
||||
#startup functions
|
||||
exec_always --no-startup-id ~/.config/scritps/startup.sh
|
||||
|
||||
|
||||
#####################################################################################################################
|
||||
################# system applications #################
|
||||
@ -534,8 +537,8 @@ bindsym XF86AudioStop exec --no-startup-id playerctl stop
|
||||
#####################################################################################################################
|
||||
|
||||
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 # decrease screen brightness
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 # decrease screen brightness
|
||||
|
||||
|
||||
#####################################################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user