From fef83bdf787a9538d5ccd73285cc3815a205109d Mon Sep 17 00:00:00 2001 From: "Robin C." Date: Thu, 9 Jan 2025 05:23:41 +0100 Subject: [PATCH] Add force xfce4 panel quit --- xfce/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xfce/setup.sh b/xfce/setup.sh index 6b84b8d..f638816 100755 --- a/xfce/setup.sh +++ b/xfce/setup.sh @@ -22,7 +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 ln -sf $SCRIPT_DIR/xfce4-panel.xml $XDG_CONFIG_HOME/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +xfce4-panel & # Enable the screensaver and set to a timeout of 14 minutes echo