This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
technical:programming:shell [2022/08/17 08:20] – jc | technical:programming:shell [2022/08/17 08:26] (current) – jc | ||
---|---|---|---|
Line 30: | Line 30: | ||
<code bash> | <code bash> | ||
- | |||
- | ===== Systemd ===== | ||
- | |||
- | ==== Install | ||
- | |||
- | **Dependencies: | ||
- | **Optional: | ||
- | |||
- | ==== Configure ==== | ||
- | |||
- | Uncomment line from ''/ | ||
- | |||
- | < | ||
- | sessions-directory=/ | ||
- | user-session=sway | ||
- | </ | ||
- | |||
- | Configure ''/ | ||
- | |||
- | < | ||
- | [Desktop Entry] | ||
- | Name=Sway | ||
- | Comment=An i3-compatible Wayland compositor | ||
- | Exec=sway | ||
- | Type=Application | ||
- | </ | ||
- | |||
- | Configure '' | ||
- | |||
- | < | ||
- | [Desktop] | ||
- | Language=en_US.utf8 | ||
- | Session=sway | ||
- | </ | ||
- | |||
- | ==== Startup ==== | ||
- | |||
- | Restart services. | ||
- | |||
- | <code bash> | ||
- |