Change screen brightness uisng percentages
This commit is contained in:
parent
a872e03986
commit
df43f4ffa5
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ bindsym XF86AudioNext exec playerctl next
|
|||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
# Brightness
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +1
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 1-
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +5%
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 5%-
|
||||
|
||||
# Colour Temperature
|
||||
bindsym $mod+F11 exec --no-startup-id redshift -ox
|
||||
|
|
Loading…
Reference in a new issue