diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-08 01:40:35 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-08 01:40:35 +0100 |
| commit | d80ec7cf7a032b9f3f6232673a472a3e0a080b48 (patch) | |
| tree | 2a36825483057ca24a5f09453971ce4354b28ebe /.config/niri/dms/layout.kdl | |
| parent | c4fb376e1e3599ba996e5ebf4009fe4bbf1ef5c9 (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 + } |