[redshift] Hello redshift
This commit is contained in:
parent
3e96424c5f
commit
55dab8ae61
2 changed files with 6 additions and 2 deletions
|
@ -17,6 +17,7 @@ mkdir -p $DOT_CONF
|
|||
ln -s $PWD/compton.conf $DOT_CONF/compton/config
|
||||
ln -s $PWD/rofi/ $DOT_CONF/rofi/
|
||||
ln -s $PWD/polybar/ $DOT_CONF/polybar/
|
||||
ln -s $PWD/redshift.ini $DOT_CONF/redshift.conf
|
||||
}
|
||||
|
||||
ln -s $PWD/profile $HOME/.profile
|
||||
|
@ -24,3 +25,5 @@ ln -s $PWD/gitignore $HOME/.gitignore
|
|||
mkdir -p $DOT_CONF/nvim/plug/
|
||||
ln -s $PWD/nvim-init.vim $DOT_CONF/nvim/init.vim
|
||||
ln -s $PWD/user-dirs.dirs $DOT_CONF/user-dirs.dirs
|
||||
|
||||
nvim -c :PlugUpgrade -c :PlugInstall -c :PlugUpdate
|
||||
|
|
5
xinitrc
5
xinitrc
|
@ -25,8 +25,9 @@ case "$DE_CHOICE" in
|
|||
|
||||
i3)
|
||||
XDG_CONFIG_HOME=$HOME/.config
|
||||
compton --config $XDG_CONFIG_HOME/compton/config & &>$HOME/.log/my-i3-desktop/compton.log # compositor
|
||||
dunst -config $XDG_CONFIG_HOME/dunst/dunstrc & &>$HOME/.log/my-i3-desktop/dunst.log # notification daemon
|
||||
compton --config $XDG_CONFIG_HOME/compton/config &>$HOME/.log/my-i3-desktop/compton.log & # compositor
|
||||
dunst -config $XDG_CONFIG_HOME/dunst/dunstrc &>$HOME/.log/my-i3-desktop/dunst.log & # notification daemon
|
||||
redshift -c $XDG_CONFIG_HOME/redshift.config &>$HOME/.log/my-i3-desktop/redshift.log & # colour temperature adjuster
|
||||
exec i3
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue