dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d8bbea00bd45adffb4b7397452653e718733e7e1
parent f948a3ada181283c3ec69ebd3eff9d239f1b5ac8
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 24 Jun 2014 12:20:47 +0200

start gnome settings daemon on iddqd

Diffstat:
M.xinitrc | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.xinitrc b/.xinitrc @@ -64,7 +64,9 @@ dunst & # Bluetooth applet #blueman-applet & -#gnome-settings-daemon & # handles themes, starts gnome-screensaver. You may have to use gconf to disable it setting the background. +if [ "$HOSTNAME" = "iddqd" ]; then + gnome-settings-daemon & # handles themes, starts gnome-screensaver. You may have to use gconf to disable it setting the background. +fi #nm-applet & # assuming you're using Network Manager #pidgin & # if you're using pidgin. You can really put any programs here. #gnome-power-manager & # for laptops and stuff