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:
parent
ba2d3bd44f
commit
e53f66ce01
2 changed files with 6 additions and 0 deletions
5
xsession
Normal file
5
xsession
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $(command -v redshift) ]]; then
|
||||
redshift &
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue