Auto start redshift using .xsession

This commit is contained in:
Eric Teunis de Boone 2017-03-30 01:23:32 +02:00
parent ba2d3bd44f
commit e53f66ce01
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@
~/.tmux.conf: tmux/tmux.conf
~/.vimrc: vim/vimrc
~/.xinitrc: xinitrc
~/.xsession: xsession
~/.config/awesome: awesome
~/.config/redshift.conf: redshift/redshift.conf

5
xsession Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if [[ $(command -v redshift) ]]; then
redshift &
fi