This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technical:programming:shell [2022/08/17 08:16] – [Startup] 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 / | ||
- | |||
- | < | ||
- | |||
- | Configure / | ||
- | |||
- | < | ||
- | [Desktop Entry] | ||
- | Name=Sway | ||
- | Comment=An i3-compatible Wayland compositor | ||
- | Exec=sway | ||
- | Type=Application | ||
- | </ | ||
- | |||
- | Configure $HOME/.dmrc | ||
- | |||
- | < | ||
- | [Desktop] | ||
- | Language=en_US.utf8 | ||
- | Session=sway | ||
- | </ | ||
- | ==== Startup ==== | ||
- | |||
- | <code bash> | ||
- |