Init Commit
This commit is contained in:
commit
b04f979811
225 changed files with 31653 additions and 0 deletions
8
x11/.config/X11/xinitrc
Executable file
8
x11/.config/X11/xinitrc
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
XDG_SESSION_TYPE="x11"
|
||||
USERXSESSION="$XDG_CACHE_HOME/X11/xsession"
|
||||
USERXSESSIONRC="$XDG_CACHE_HOME/X11/xsessionrc"
|
||||
ALTUSERXSESSION="$XDG_CACHE_HOME/X11/Xsession"
|
||||
ERRFILE="$XDG_CACHE_HOME/X11/xsession-errors"
|
||||
[ -f ~/.config/X11/xprofile ] && . ~/.config/X11/xprofile
|
||||
exec dwm
|
||||
Loading…
Add table
Add a link
Reference in a new issue