oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Add xsession desktop file in install script

Commit
3c019972f3ae138b880b72c59c681772e37d5ba1
Parent
b025365
Author
cora <coradelamouche@gmx.ch>
Date
2025-12-27 03:19:01
This adds oxwm as an entry in display managers like GDM etc.

Diff

diff --git a/justfile b/justfile
index f492b61..d39a531 100644
--- a/justfile
+++ b/justfile
@@ -3,6 +3,7 @@ build:
 
 install: build
     cp target/release/oxwm /usr/bin/oxwm
+	cp resources/oxwm.desktop /usr/share/xsessions/oxwm.desktop
     chmod +x /usr/bin/oxwm
     @echo "✓ oxwm installed to /usr/bin/oxwm"
     @echo "  Run 'oxwm --init' to create your config"