mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 09:13:33 +01:00
Auto start redshift using .xsession
This commit is contained in:
parent
ba2d3bd44f
commit
e53f66ce01
2 changed files with 6 additions and 0 deletions
|
@ -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
5
xsession
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $(command -v redshift) ]]; then
|
||||
redshift &
|
||||
fi
|
Loading…
Reference in a new issue