Initial commit

This commit is contained in:
2026-04-01 14:05:17 +02:00
commit 4cbc8d6054
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
# System/wide xinit scripts
if [ -d /etc/X11/xinit/xinitrc.d]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[-x "$f"] && . "$f"
done
unset f
fi
exec dwm