Debian Sway开发机安装手册
# 安装sway
sudo apt update && sudo apt upgrade -y
sudo apt install sway -y
sudo apt install swaylock swayidle xwayland grim slurp wl-clipboard pulseaudio-utils alsa-utils -y
1
2
3
2
3
# 启动sway
# 进去TTY
ctrl + alt + f2
1
# 启动sway
sway
1
# 配置Sway
mkdir -p ~/.config/sway
cp /etc/sway/config ~/.config/sway/config
1
2
2
上次更新: 2025/03/26, 02:42:25