diff --git a/set_once_i3.sh b/set_once_i3.sh index 93edee0..26183b4 100644 --- a/set_once_i3.sh +++ b/set_once_i3.sh @@ -4,4 +4,5 @@ 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