diff --git a/i3_install b/i3_install index 4827c80d..52f82b69 100644 --- a/i3_install +++ b/i3_install @@ -4,10 +4,12 @@ git clone https://github.com/endeavouros-team/endeavouros-i3wm-setup.git cd endeavouros-i3wm-setup/etc/skel/ cp -R .config ~/ chmod -R +x ~/.config/i3/scripts -cp .Xresources .profile set_once.sh xed.dconf ~/ +cp .Xresources .profile xed.dconf ~/ +dbus-launch dconf load / < ~/xed.dconf +rm xed.dconf cd .. rm -rf endeavouros-i3wm-setup -sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/i3/config -#wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-packages-lists/master/i3 -#sudo pacman -S --needed - < i3 -eos-packagelist --install "i3-Window-Manager" +wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-packages-lists/master/i3 +sudo pacman -S --needed - < i3 +rm i3 +#eos-packagelist --install "i3-Window-Manager"