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:18] – [Configure] jc | technical:programming:shell [2025/10/11 20:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| <code bash> | <code bash> | ||
| + | |||
| + | Xorg Persistence When Switching VTYs | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | With Xinit | ||
| + | |||
| + | <code bash> | ||
| ===== chroot ===== | ===== chroot ===== | ||
| Line 30: | Line 38: | ||
| <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 $HOME/.dmrc | ||
| - | |||
| - | < | ||
| - | [Desktop] | ||
| - | Language=en_US.utf8 | ||
| - | Session=sway | ||
| - | </ | ||
| - | ==== Startup ==== | ||
| - | |||
| - | <code bash> | ||