diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-08 01:40:35 +0100 |
|---|---|---|
| committer | Thomas Voss <thomas.voss@humanwave.nl> | 2026-03-20 16:48:31 +0100 |
| commit | 9c1f5711ffd8aa1ca2556d28b35a7cc8eff1027c (patch) | |
| tree | c1b33eb18bc9a3572d9c12100753c87074fa6568 /.config/niri/dms/layout.kdl | |
| parent | 36de7356cfbf742a9ce72146f758f288b3f7880b (diff) | |
niri: Add Niri configurations
Diffstat (limited to '.config/niri/dms/layout.kdl')
| -rw-r--r-- | .config/niri/dms/layout.kdl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/niri/dms/layout.kdl b/.config/niri/dms/layout.kdl new file mode 100644 index 0000000..431afbf --- /dev/null +++ b/.config/niri/dms/layout.kdl @@ -0,0 +1,22 @@ +// ! DO NOT EDIT ! + // ! AUTO-GENERATED BY DMS ! + // ! CHANGES WILL BE OVERWRITTEN ! + // ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE ! + + layout { + gaps 4 + + border { + width 2 + } + + focus-ring { + width 2 + } + } + window-rule { + geometry-corner-radius 12 + clip-to-geometry true + tiled-state true + draw-border-with-background false + } |