added redshift
This commit is contained in:
parent
bfbeff6fd0
commit
91d372df49
3 changed files with 9 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id /usr/lib/polkit-kde-authentication-agent-1 &
|
exec --no-startup-id /usr/lib/polkit-kde-authentication-agent-1 &
|
||||||
|
|
||||||
# nitrogen handles the desktop background
|
# nitrogen handles the desktop background
|
||||||
exec --no-startup-id "nitrogen --restore"
|
exec_always --no-startup-id "nitrogen --restore"
|
||||||
|
|
||||||
# dex could be used for autostarting applications. not used right now
|
# dex could be used for autostarting applications. not used right now
|
||||||
exec --no-startup-id dex --autostart --environment i3
|
exec --no-startup-id dex --autostart --environment i3
|
||||||
|
|
@ -48,6 +48,8 @@ exec_always --no-startup-id sxhkd -c $HOME/.config/sxhkd/sxhkdrc
|
||||||
|
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
|
|
||||||
|
exec_always --no-startup-id pkill -9 redshift; redshift -P -t 6500:4000&
|
||||||
|
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
font pango:Noto Sans 14
|
font pango:Noto Sans 14
|
||||||
|
|
|
||||||
5
.config/redshift/redshift.conf
Normal file
5
.config/redshift/redshift.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[redshift]
|
||||||
|
location-provider=manual
|
||||||
|
[manual]
|
||||||
|
lat=53.55073
|
||||||
|
lon=9.99302
|
||||||
|
|
@ -14,3 +14,4 @@ polkit-kde-agent
|
||||||
acpi
|
acpi
|
||||||
arandr
|
arandr
|
||||||
autorandr
|
autorandr
|
||||||
|
redshift
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue