摘要: gentoo下的waybar无法显示某个组件的问题(声音) 大概率是没加use flag。 如声音组件,需要加pulseaudio的use. very easy and stupid! 阅读全文
posted @ 2026-05-12 22:52 酒舯 阅读(5) 评论(0) 推荐(0)
摘要: niri下的窗口透明问题(wezterm, kitty) niri会默认将窗口拉到不透明,在niri的配置文件中配置window-rule,将opacity=1.0添加进去,就像: //Kitty window-rule{ match app-id="^kitty$" opacity 1.0 dra 阅读全文
posted @ 2026-05-12 01:27 酒舯 阅读(21) 评论(0) 推荐(0)
摘要: gentoo niri桌面下的xwayland兼容层 niri没有内置的xwayland兼容层,现在最好的解决方案是xwayland-satellite 安装xwayland-satellite sudo emerge -av gui-apps/xwayland-satellite niri开机自动 阅读全文
posted @ 2026-05-10 21:56 酒舯 阅读(6) 评论(0) 推荐(0)
摘要: gentoo安装linux-wallpaperengine 安装依赖库 sudo emerge -av media-libs/mpvqt media-libs/libsdl2 media-libs/freeglut media-libs/glew media-libs/glm 拉取源码从源码构建 g 阅读全文
posted @ 2026-05-10 04:44 酒舯 阅读(3) 评论(0) 推荐(0)
摘要: gentoo下安装refind 1. 增加use + 安装 在/etc/portage/package.use/refind下写入: sys-boot/refind btrfs ntfs hfs iso9660 然后: sudo emerge --ask sys-boot/refind 2. 安装r 阅读全文
posted @ 2026-05-09 23:55 酒舯 阅读(3) 评论(0) 推荐(0)
摘要: gentoo下kitty字体显示异常的问题(间距过大) 原因:等宽字体被中文字体劫持。 操作方法: 1.打开 ~/.config/fontconfig/fonts.conf 修改为: <?xml version="1.0"?> <fontconfig> <!-- 强制系统等宽字体 = 真·等宽英文字 阅读全文
posted @ 2026-05-08 10:16 酒舯 阅读(15) 评论(0) 推荐(0)
摘要: archlinux下git push后无法登陆github账号的问题 下载github-cli sudo pacman -S github-cli 用github-cli登陆github账号 gh auth login 将登陆的github账号授权给git gh auth setup-git 然后, 阅读全文
posted @ 2026-04-30 02:32 酒舯 阅读(5) 评论(0) 推荐(0)
摘要: 安装fcitx5 sudo pacman -S fcitx5 fcitx5-configtool fcitx5-chinese-addons fcitx5-rime fcitx5-qt fcitx5-gtk 注意 一定要安装fcitx5-chinese-addons sudo pacman -S f 阅读全文
posted @ 2026-04-29 12:17 酒舯 阅读(23) 评论(0) 推荐(0)
摘要: 视频参考链接:How i did it Godot Tutorial - Connect your game to Steam + lobby server + Playfab 1.下载资源 首先使用C#版的godot记得下载.net。 下载steamsdk: 链接 2.创建项目 和平常的操作无异, 阅读全文
posted @ 2024-02-26 20:32 酒舯 阅读(885) 评论(0) 推荐(0)
摘要: godot个人认为一些很常用但是容易忘的C#代码 阅读全文
posted @ 2023-11-10 23:46 酒舯 阅读(501) 评论(0) 推荐(0)