Merge pull request #56 from fhoekstra/fix-source-profile-on-session-launch

fix: source .profile on session launch
This commit is contained in:
Johannes Kamprad
2023-12-08 12:41:55 +01:00
committed by GitHub

View File

@@ -7,5 +7,9 @@ cp .profile ~/.profile
cp .gtkrc-2.0 ~/.gtkrc-2.0 cp .gtkrc-2.0 ~/.gtkrc-2.0
chmod -R +x ~/.config/sway/scripts chmod -R +x ~/.config/sway/scripts
chmod -R +x ~/.config/waybar/scripts chmod -R +x ~/.config/waybar/scripts
# Insert `source ~/.profile` after the line that defines SDDM_USER_SHELL in wayland-session
sudo sed -ie '/^SDDM_USER_SHELL/a source ~\/.profile' /usr/share/sddm/scripts/wayland-session
sudo pacman -Syu --needed --noconfirm - < packages-repository.txt sudo pacman -Syu --needed --noconfirm - < packages-repository.txt
dbus-launch dconf load / < xed.dconf dbus-launch dconf load / < xed.dconf