Commit 62e7ec83 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed the redshift auto night to 4000K.

parent cfdd8fdd
......@@ -399,7 +399,7 @@ bindsym $mod_next+r mode "$mode_redshift"
set $mode_redshift Set colour temperature: (a)uto, (r)eset, (2)500K, (3)000K, (4)000K, (5)000K
set $kill_redshift pgrep redshift | xargs kill -9;
mode "$mode_redshift" {
bindsym a exec --no-startup-id "$kill_redshift redshift -P -t 5000:3000", mode "default"
bindsym a exec --no-startup-id "$kill_redshift redshift -P -t 5000:4000", mode "default"
bindsym r exec --no-startup-id "$kill_redshift redshift -x", mode "default"
bindsym 2 exec --no-startup-id "$kill_redshift redshift -P -O 2500", mode "default"
bindsym 3 exec --no-startup-id "$kill_redshift redshift -P -O 3000", mode "default"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment