diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-18 17:49:49 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:43:06 -0400 |
commit | 204d222e3da33a4f0895e54ef819b0f04be0dc34 (patch) | |
tree | 63c819c50cb0198b9c27308e995e479d30e0344c | |
parent | Fix install target to install directly under /home/ryan (diff) |
Added .Xsession link to .xinitrc for default X session
Diffstat (limited to '')
l--------- | .Xsession | 1 | ||||
-rwxr-xr-x | dm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.Xsession b/.Xsession new file mode 120000 index 0000000..03280df --- /dev/null +++ b/.Xsession @@ -0,0 +1 @@ +.xinitrc
\ No newline at end of file @@ -15,6 +15,7 @@ LOCAL_FILES = \ # IMPORTANT: directories must have trailing slash GLOBAL_FILES = \ .Xdefaults \ + .Xsession \ .config/nitrogen/ \ .dzen/ \ .gitconfig \ |