https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
Add xsession desktop file in install script
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"