User Tools

Site Tools


technical:programming:shell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technical:programming:shell [2022/08/17 08:16] – [Startup] jctechnical:programming:shell [2022/08/17 08:26] (current) jc
Line 30: Line 30:
  
 <code bash>chroot --userspace=<username> /mnt /bin/bash</code> <code bash>chroot --userspace=<username> /mnt /bin/bash</code>
- 
-===== Systemd ===== 
- 
-==== Install  ==== 
- 
-**Dependencies:** <code bash> sudo pacman -Su seatd wlroots xcb-util-errors sway</code> 
-**Optional:** <code bash> sudo pacman -Su  swaybg swayidle swaylock wf-recorder</code> 
- 
-==== Configure ==== 
- 
-Uncomment line from /etc/lightdm/lightdm.config 
- 
-<code>sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions</code> 
- 
-Configure /usr/share/wayland-sessions/sway.desktop. 
- 
-<code> 
-[Desktop Entry] 
-Name=Sway 
-Comment=An i3-compatible Wayland compositor 
-Exec=sway 
-Type=Application 
-</code> 
- 
-Configure $HOME/.dmrc 
- 
-<code> 
-[Desktop] 
-Language=en_US.utf8 
-Session=sway 
-</code> 
-==== Startup ==== 
- 
-<code bash>systemctl restart systemd-logind; systemctl restart lightdm</code> 
- 
technical/programming/shell.1660738619.txt.gz · Last modified: 2022/08/17 08:16 by jc