initial commit

This commit is contained in:
2022-02-11 23:59:50 +05:30
commit 23a5e434f8
34 changed files with 919 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
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 i3