commit 56bdacaa8477ab67312f2eab275dec9ad26b0d88 parent e22087856ba51027e16fbd22c1e022545bfc9f36 Author: Dylan Araps <dylan.araps@gmail.com> Date: Mon, 30 Mar 2020 08:56:41 +0300 docs: update. Closes #66 and #67 Diffstat:
M | README.md | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -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