1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-05-14 20:09:26 +02:00

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

5
xsession Normal file
View file

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