summaryrefslogtreecommitdiff
path: root/niri/cfg/window-rules.kdl
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-02-21 17:56:09 +0530
committerryukamish <[email protected]>2026-02-21 17:56:09 +0530
commit483c0e53ade8b63b9f8abe9257f2212aca96ec69 (patch)
tree935103753b7437abddc9c5ce1bba8480085b67dc /niri/cfg/window-rules.kdl
parentebabf65037164d3c59911bcbac3ae118ea01d4e8 (diff)
chore: cleanup 🧹
Diffstat (limited to 'niri/cfg/window-rules.kdl')
-rw-r--r--niri/cfg/window-rules.kdl16
1 files changed, 0 insertions, 16 deletions
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl
index 32fbfb4..cd6d060 100644
--- a/niri/cfg/window-rules.kdl
+++ b/niri/cfg/window-rules.kdl
@@ -1,9 +1,4 @@
-prefer-no-csd // Refuse any client side decoration
-
window-rule {
- // This app-id regular expression will work for both:
- // - host Firefox (app-id is "firefox")
- // - Flatpak Firefox (app-id is "org.mozilla.firefox")
match app-id=r#"firefox$"# title="^Picture-in-Picture$"
match app-id=r#"zen$"# title="^Picture-in-Picture$"
open-floating true
@@ -15,17 +10,6 @@ window-rule {
default-column-width { proportion 0.4; }
}
-// To exclude windows from screen capture
-/-window-rule {
- match app-id=r#"^org\.keepassxc\.KeePassXC$"#
- match app-id=r#"^org\.gnome\.World\.Secrets$"#
-
- block-out-from "screen-capture"
-
- // Use this instead if you want them visible on third-party screenshot tools.
- // block-out-from "screencast"
-}
-
// Rounded cornors for all windows
window-rule {
geometry-corner-radius 12