summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2025-11-12 13:29:01 +0100
committerMathias Magnusson <mathias@magnusson.space>2025-11-12 13:29:01 +0100
commitb96c5b82c6f053bc8a655952b3f25628af11ea9c (patch)
treeeafc392e22efd5f13473c3d899b2c47cf80bde4b
parent5cbc1648c6dee4cbcb460e5e5974fc44ff41f26e (diff)
downloadsleipner-b96c5b82c6f053bc8a655952b3f25628af11ea9c.tar.gz
niri: reduce window corner rounding
-rw-r--r--dot-config/niri/config.kdl7
1 files changed, 6 insertions, 1 deletions
diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl
index 2dd5e67..db9d583 100644
--- a/dot-config/niri/config.kdl
+++ b/dot-config/niri/config.kdl
@@ -332,11 +332,16 @@ window-rule {
// Example: enable rounded corners for all windows.
// (This example rule is commented out with a "/-" in front.)
window-rule {
- geometry-corner-radius 12
+ geometry-corner-radius 4
clip-to-geometry true
}
window-rule {
+ match app-id="ghostty"
+ geometry-corner-radius 12
+}
+
+window-rule {
match app-id="pinentry-gtk"
open-floating true
block-out-from "screen-capture"