Skip to content

Commit f767980

Browse files
committed
fix(niri): disable border + zen transparency
1 parent 2a7e327 commit f767980

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

home/private_dot_config/niri/config.kdl.tmpl

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,23 @@ layout {
145145
}
146146

147147
// You can also add a border. It's similar to the focus ring, but always visible.
148-
border {
149-
// The settings are the same as for the focus ring.
150-
// If you enable the border, you probably want to disable the focus ring.
151-
// off
152-
153-
width 2
154-
// catppuccin-mocha Sapphire
155-
// active-color "#74c7ec"
156-
active-color "#cba6f7"
157-
// catppuccin-mocha Surface2
158-
inactive-color "#6c7086"
159-
// active-color "#ffc87f"
160-
// inactive-color "#505050"
161-
162-
// active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view"
163-
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
164-
}
148+
// border {
149+
// // The settings are the same as for the focus ring.
150+
// // If you enable the border, you probably want to disable the focus ring.
151+
// // off
152+
153+
// width 2
154+
// // catppuccin-mocha Sapphire
155+
// // active-color "#74c7ec"
156+
// active-color "#cba6f7"
157+
// // catppuccin-mocha Surface2
158+
// inactive-color "#6c7086"
159+
// // active-color "#ffc87f"
160+
// // inactive-color "#505050"
161+
162+
// // active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view"
163+
// // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
164+
// }
165165

166166
// Struts shrink the area occupied by windows, similarly to layer-shell panels.
167167
// You can think of them as a kind of outer gaps. They are set in logical pixels.
@@ -228,11 +228,6 @@ window-rule {
228228
default-column-width { proportion 0.33; }
229229
}
230230

231-
window-rule {
232-
match app-id="zen$"
233-
234-
opacity 0.95
235-
}
236231
window-rule {
237232
match app-id="ghostty$"
238233
opacity 0.95

0 commit comments

Comments
 (0)