sway

Sway Desktop Environment in Arch Linux

October 19, 2022(August 24, 2023)
sway, arch-linux

This note is recorded when I configure Arch Linux with sway Desktop Environment. User # “User” section operations are performed on the root account. Create general user # Add general user: useradd -m -G wheel "user name" Set up a password: passwd "user name" Enable Sudo # Enable sudo on wheel group. EDITOR=vim visudo To allow members of group wheel sudo access: %wheel ALL=(ALL:ALL) ALL Subsequent operations are performed by the created general user. ...