This commit is contained in:
2025-12-21 18:21:40 +01:00
parent 59f8c2931c
commit 7186539675
64 changed files with 142 additions and 123 deletions
+4
View File
@@ -99,6 +99,10 @@ login=/usr/bin/su - kolkas -s /usr/bin/fish --login
## 检测当前终端是否为 kmscon
kmscon 中 `$TERM` 将会是 `xterm-256color`,不具区分度,需要另寻他路。
> [!IMPORTANT]
>
> 以下代码片段适用于 fish shell
检测所有祖先进程中是否有 kmscon
+2 -3
View File
@@ -1,7 +1,6 @@
things I have installed:
in addition to everything in `./hyprland-ricing.txt`:
in addition to everything in `./hyprland-ricing.txt`:
xwayland-satellite
wlsunset
grim # see /config/scripts/.local/scripts/screenshot-script
wlsunset
+1
View File
@@ -0,0 +1 @@
niri和其他wm中某些JVM上(如使用Swing)的GUI应用打开后可能只显示空白窗口可尝试添加_JAVA_AWT_WM_NONREPARENTING="1"到环境变量以防止应用无限等待根本不会发生的Reparenting。