From 71b66b036505b515a6984e1e180e478705181cd0 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sun, 8 May 2022 12:33:41 +0200 Subject: [PATCH] Update set_once_i3.sh removed firewall applet autostart stop to add it directly into skel (default) --- set_once_i3.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/set_once_i3.sh b/set_once_i3.sh index 26183b4..290f5cb 100644 --- a/set_once_i3.sh +++ b/set_once_i3.sh @@ -2,7 +2,4 @@ dbus-launch dconf load / < ~/xed.dconf chmod -R +x ~/.config/i3/scripts sed -i 's|\(exec --no-startup-id ~/set_once_i3.sh\)|# \1|' ~/.config/i3/config -cp /etc/xdg/autostart/firewall-applet.desktop ~/.config/autostart/ -echo Hidden=true >> ~/.config/autostart/firewall-applet.desktop -chmod +x ~/.config/autostart/firewall-applet.desktop rm ~/xed.dconf ~/set_once_i3.sh