Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
069a6478
Commit
069a6478
authored
Apr 14, 2020
by
Jay Ta'ala
Browse files
Set my redshift auto DAY:NIGHT to 5000:3000 (just my preference).
parent
20164258
Changes
1
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
069a6478
...
...
@@ -396,7 +396,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", mode "default"
bindsym a exec --no-startup-id "$kill_redshift redshift -P
-t 5000:3000
", 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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment