Files
endeavouros-i3wm-setup/set_once.sh
T
2021-08-24 14:28:22 +02:00

7 lines
192 B
Bash

#!/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