diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-10-15 22:05:38 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-10-15 22:05:38 +0200 |
commit | c41b6273331f7447772197b7ff9a86bd360fcdc3 (patch) | |
tree | 53f7b716f71e36905b78ac29454eb245b1f70d72 | |
parent | 17ebd42638e4f703e2953954ff455263b6b57cc4 (diff) |
added redshift to i3
-rw-r--r-- | .config/i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index e29b384..c6badc3 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -70,6 +70,7 @@ exec "polybar main -c ~/.config/polybar/config &" exec "node ~/.local/share/bin/pywal/wall.js &" exec "picom -b" exec "xbanish &" +exec "redshift &" exec --no-startup-id "xset r rate 250 40" exec --no-startup-id "autocutsel &" |