Add xinit-xsession package from AUR

- Add keyword to updated Ly ebuild
- Add ebuild for xinit-xsession AUR package
This commit is contained in:
Sravan Balaji
2024-05-03 16:15:44 -04:00
parent 0008749be9
commit 9cc05f044a
4 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[Desktop Entry]
Name=xinitrc
Comment=Executes the .xinitrc script in your home directory
Exec=xinitrcsession-helper
TryExec=xinitrcsession-helper
Type=Application

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
: "${XINITRC:=$HOME/.xinitrc}"
exec "${XINITRC}"