Xfce: add hidden value to autostart file instead of removing it

This commit is contained in:
Daniel Ruiz de Alegría 2022-06-03 09:43:12 +02:00
parent 7c47f9d01b
commit 8c93e61717
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -8,4 +8,4 @@ sed -i -zE 's|(\s+<value[^\n]+)\1|<value type="string" value="xfce4-terminal-emu
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
# Remove autorun file after first run
rm -f ~/.config/autostart/fix-duplicated-xfce-panel-launcher.desktop
echo "Hidden=true" >> ~/.config/autostart/fix-duplicated-xfce-panel-launcher.desktop