docs: update. Closes #66 and #67

This commit is contained in:
Dylan Araps 2020-03-30 08:56:41 +03:00
parent e22087856b
commit 56bdacaa84
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 11 additions and 0 deletions

View File

@ -71,6 +71,17 @@ Patches available here: https://github.com/dylanaraps/sowm/pulls
4) (Optional) Apply patch with `git apply patches/patch-name`
- In case of applying multiple patches, it has to be done **manually**.
If you are using GDM, save the following to `/usr/share/xsessions/sowm.desktop`. It is still recommended to start `sowm` from `.xinitrc` or through
[your own xinit implementation](https://github.com/dylanaraps/bin/blob/dfd9a9ff4555efb1cc966f8473339f37d13698ba/x).
```
[Desktop Entry]
Name=sowm
Comment=This session runs sowm as desktop manager
Exec=sowm
Type=Application
```
## Thanks