mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-11 18:55:54 +09:00
7 lines
198 B
Bash
7 lines
198 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_i3.sh
|