Commit 95ac18649ec3
Changed files (1)
dots
.config
niri
dots/.config/niri/config.kdl
@@ -134,11 +134,33 @@ window-rule {
// block-out-from "screencast"
}
-// Example: enable rounded corners for all windows.
-// (This example rule is commented out with a "/-" in front.)
+// All window have rounde corners and open "big"
window-rule {
geometry-corner-radius 6
clip-to-geometry true
+ default-column-width { proportion 0.75; }
+}
+
+window-rule {
+ match is-window-cast-target=true
+
+ focus-ring {
+ active-color "#f38ba8"
+ inactive-color "#7d0d2d"
+ }
+
+ border {
+ inactive-color "#7d0d2d"
+ }
+
+ shadow {
+ color "#7d0d2d70"
+ }
+
+ tab-indicator {
+ active-color "#f38ba8"
+ inactive-color "#7d0d2d"
+ }
}
binds {