-
显示模式切换
-
emby使用flatpak安装出现乱码问题 解决办法:
mkdir -p ~/.var/app/media.emby.EmbyTheater/config/fontconfigcat > ~/.var/app/media.emby.EmbyTheater/config/fontconfig/fonts.conf << 'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <dir>/run/host/fonts</dir> <dir>~/.var/app/media.emby.EmbyTheater/config/fontconfig/fonts</dir> </fontconfig> EOF -
现在按
Fn+F5就能切换触控板了。整个过程总结一下,以后遇到类似问题可以参考:
-
libinput debug-events确认内核有没有收到按键 -
wev确认 Wayland 层收到的实际键名和修饰键 -
再去 niri 配置里绑定
wev 是 Wayland 下调试按键的利器,记住它。