Commit 686c98e
Changed files (1)
modules
desktop
desktop-environment
discrete
wm
niri
modules/desktop/desktop-environment/discrete/wm/niri/window-rules.nix
@@ -39,6 +39,17 @@
open-maximized = true;
}
+ {
+ # Floating
+ matches = [
+ {
+ app-id = "QQ";
+ title = "^(图片查看器|文件管理器|收藏|聊天记录管理|设置|群相册 - .*?)$";
+ }
+ ];
+ open-floating = true;
+ }
+
# === Workspaces ===
{
matches = [
@@ -91,7 +102,7 @@
{
matches = [
{app-id = "org.prismlauncher.PrismLauncher";}
- {app-id = "^Minecraft\* 1\.[0-9]*\.[0-9]*$";}
+ {app-id = "^Minecraft\\* 1\\.[0-9]*\\.[0-9]*$";}
{app-id = "steam";}
{app-id = "net.lutris.Lutris";}
{app-id = "moe.launcher.an-anime-game-launcher";}