From a483a06643f56313bdbc490e7141eb09fc0bf46b Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sun, 17 Sep 2023 01:56:59 +0200 Subject: [PATCH] Update set_once.sh --- etc/skel/set_once.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/skel/set_once.sh b/etc/skel/set_once.sh index c8e65ee5..540156ea 100644 --- a/etc/skel/set_once.sh +++ b/etc/skel/set_once.sh @@ -1,3 +1,4 @@ #!/bin/sh dbus-launch dconf load / < ~/xed.dconf +sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/i3/config rm ~/xed.dconf ~/set_once.sh