.xinitrc: Add xprofile and i3initrc for launching i3 from GDM

This commit is contained in:
2019-11-03 15:02:26 +01:00
parent c8a55f0f70
commit 174d4b1124
4 changed files with 32 additions and 24 deletions

3
.xprofile Executable file
View File

@@ -0,0 +1,3 @@
if [ "$1" = "i3" ]; then
. ~/.i3initrc
fi