Create set_once.sh

This commit is contained in:
OdiousImp2604
2021-08-07 11:31:48 +00:00
committed by GitHub
parent 6e32c66d4b
commit ca0bc74ac6

8
set_once.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
dbus-launch dconf load / < ~/xed.dconf
chmod -R +x ~/.config/sway/scripts
chmod -R +x ~/.config/waybar/scripts
chmod -R +x ~/.config/wofi/windows.py
sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/sway/config
rm ~/xed.dconf
rm ~/set_once.sh