Swap sct for redshift
Apparently it _does_ support single use mode!
This commit is contained in:
parent
e0da9bf3f0
commit
655655b404
2 changed files with 3 additions and 3 deletions
|
@ -101,10 +101,10 @@ node default {
|
|||
'python2-virtualenv',
|
||||
'qt5-styleplugins',
|
||||
'redis',
|
||||
'redshift',
|
||||
'rofi',
|
||||
'scrcpy',
|
||||
'screenfetch',
|
||||
'sct',
|
||||
'sl',
|
||||
'slack-desktop',
|
||||
'slack-term',
|
||||
|
|
|
@ -21,8 +21,8 @@ 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
|
||||
bindsym $mod+F11 exec --no-startup-id redshift -ox
|
||||
bindsym $mod+F12 exec --no-startup-id redshift -O 3000
|
||||
|
||||
|
||||
# Applications
|
||||
|
|
Loading…
Reference in a new issue