Created
October 21, 2021 17:54
-
-
Save deadjakk/71502e5812cf355b241cc0f235d564fb to your computer and use it in GitHub Desktop.
Install xinitrc as an xsession file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo installing xinitrc-xsession | |
git clone https://aur.archlinux.org/xinit-xsession.git /tmp/xinit-xsession | |
cd /tmp/xinit-xsession | |
doas cp xinitrcsession-helper /usr/bin/ | |
doas chmod +x /usr/bin/xinitrcsession-helper | |
doas cp xinitrc.desktop /usr/share/xsessions/ | |
touch ~/.xinitrc | |
chmod +x ~/.xinitrc | |
echo installed xinitrc-xsession |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment