安装
https://wiki.archlinuxcn.org/wiki/Niri
sudo pacman -S niri fuzzel mako waybar alacritty swaybg xwayland-satellite egl-wayland
egl-wayland 是 NVIDIA 为 Wayland 显示服务器准备的一个“专用翻译官”
使用
# 启动
niri-session
# 退出
win + shift + e
# 命令提示
win + shift + /
登录自启
编辑.bashrc,末尾加
exex niri-session
代理
export http_proxy=socks5://127.0.0.1:7890
export https_proxy=socks5://127.0.0.1:7890
为了不影响Hermes的使用,关闭了鼠标到左上角会触发overview的功能
gestures {
hot-corners {
off
}
}
