Control colour temp with keyboard
This commit is contained in:
parent
d1e34035ef
commit
9dec42f727
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ bindsym XF86AudioPrev exec playerctl previous
|
|||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +1
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 1-
|
||||
|
||||
# Colour Temperature
|
||||
bindsym $mod+F11 exec --no-startup-id sct
|
||||
bindsym $mod+F12 exec --no-startup-id sct 3000
|
||||
|
||||
|
||||
# Applications
|
||||
bindsym $mod+K exec --no-startup-id keepassxc
|
||||
bindsym $mod+l exec --no-startup-id i3lock -ftc 000000
|
||||
|
|
Loading…
Reference in a new issue