dotfiles/x11/.config/X11/xinitrc
2025-01-30 11:36:07 -05:00

9 lines
299 B
Bash
Executable file

#!/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 dminiwm
exec dwm