add .xsession
This commit is contained in:
parent
503eed0876
commit
0d41135358
2 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,4 @@
|
|||
!/.gitignore.d
|
||||
!/.gitignore.d/x11
|
||||
!/.Xresources
|
||||
!/.xsession
|
||||
|
|
3
.xsession
Normal file
3
.xsession
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [ -r "$HOME/.zprofile" ]; then . "$HOME/.zprofile"; fi
|
||||
|
||||
exec i3
|
Loading…
Reference in a new issue