Create set_once.sh

change onetimer to set_once.sh
This commit is contained in:
Johannes Kamprad
2021-08-05 11:56:58 +02:00
committed by GitHub
parent bef442bd1a
commit 1d9d751dcd
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
dbus-launch dconf load / < ~/xed.dconf
chmod -R +x ~/.config/i3/scripts
sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/i3/config
rm ~/xed.dconf
rm ~/set_once.sh