Merge branch 'master' of github.com:cyplo/dotfiles
This commit is contained in:
commit
e9d0dc7cfe
2 changed files with 19 additions and 0 deletions
17
.config/autostart/redshift-gtk.desktop
Normal file
17
.config/autostart/redshift-gtk.desktop
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Desktop Entry]
|
||||
X-GNOME-Autostart-enabled=true
|
||||
Exec=redshift-gtk
|
||||
Icon=redshift
|
||||
Version=1.0
|
||||
GenericName=Color temperature adjustment
|
||||
GenericName[da]=Justering af farvetemperatur
|
||||
Name=Redshift
|
||||
GenericName[fr]=Ajustement de la température de couleur
|
||||
Comment=Color temperature adjustment tool
|
||||
StartupNotify=true
|
||||
Hidden=false
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
Terminal=false
|
||||
Comment[da]=Justeringsværktøj for farvetemperatur
|
||||
|
|
@ -32,7 +32,9 @@ ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
|
|||
ln -vfs "$DIR/.conky" ~/.
|
||||
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
||||
mkdir -p ~/.config/autostart/
|
||||
# autostart apps
|
||||
ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/
|
||||
ln -vfs "$DIR/.config/autostart/redshift-gtk.desktop" ~/.config/autostart/
|
||||
mkdir -p ~/.config/vdirsyncer/
|
||||
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
||||
ln -vfs "$DIR/.config/redshift.conf" ~/.config/redshift.conf
|
||||
|
|
Loading…
Reference in a new issue