Files
endeavouros-i3wm-setup/set_once.sh
T
Johannes Kamprad cbe934ef52 Update set_once.sh
2022-02-15 11:36:01 +01:00

7 lines
195 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_i3.sh\)|# \1|' ~/.config/i3/config
rm ~/xed.dconf
rm ~/set_once.sh