diff --git a/xfce/setup.sh b/xfce/setup.sh index f638816..f446c35 100755 --- a/xfce/setup.sh +++ b/xfce/setup.sh @@ -22,9 +22,10 @@ ln -sf $SCRIPT_DIR/gtk.css $XDG_CONFIG_HOME/gtk-3.0/gtk.css # Symlink xfce4-panel.xml to $XDG_CONFIG_HOME/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml echo echo "Symlinking $SCRIPT_DIR/xfce4-panel.xml to $XDG_CONFIG_HOME/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml" -# Turn off the panel xfce4-panel --quit +sleep 3 ln -sf $SCRIPT_DIR/xfce4-panel.xml $XDG_CONFIG_HOME/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +sleep 3 xfce4-panel & # Enable the screensaver and set to a timeout of 14 minutes