From cbcc19c2b68a8dd97975b195ca5eae37ccba8324 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Thu, 5 May 2022 20:10:56 +0200 Subject: [PATCH] Update set_once_i3.sh fix last line --- set_once_i3.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/set_once_i3.sh b/set_once_i3.sh index 416992f..93edee0 100644 --- a/set_once_i3.sh +++ b/set_once_i3.sh @@ -4,5 +4,4 @@ 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 -rm ~/xed.dconf -rm ~/set_once_i3.sh +rm ~/xed.dconf ~/set_once_i3.sh