.xinitrc: Add .xinitrc and .xsession

This commit is contained in:
Salt 2019-06-29 21:40:04 -05:00
parent eedc6bc6ae
commit 0d79732ab6
2 changed files with 8 additions and 0 deletions

7
.xinitrc Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
if [ -z "$XSESSION_HAS_SOURCED" ]; then
source ~/.xsessionrc
fi
unset XDG_CURRENT_DESKTOP
exec i3

1
.xsession Symbolic link
View File

@ -0,0 +1 @@
.xinitrc