diff options
| author | William Hergès <william@herges.fr> | 2025-12-23 23:36:39 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-12-23 23:36:39 +0100 |
| commit | 42a7007f8e5d2e076bbfff6a40568462c9a4f3ac (patch) | |
| tree | b8432a46b64fce5384fa1456d29bc3fa0967ef65 /config/niri/config.kdl | |
| parent | 69de9c703211756cd2cd8fba7b3a3e3be31f1b23 (diff) | |
feat(niri): center focused columns
Diffstat (limited to 'config/niri/config.kdl')
| -rw-r--r-- | config/niri/config.kdl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/niri/config.kdl b/config/niri/config.kdl index 3312a18..d5a13a1 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -58,7 +58,7 @@ input { cursor { xcursor-theme "Adwaita" - xcursor-size 28 + xcursor-size 24 hide-after-inactive-ms 5000 } @@ -80,7 +80,7 @@ output "eDP-1" { layout { gaps 16 - center-focused-column "never" + center-focused-column "always" preset-column-widths { proportion 0.33 @@ -188,7 +188,7 @@ window-rule { window-rule { match app-id="zen" - default-column-width { proportion 0.9; } + default-column-width { proportion 1.0; } } window-rule { |
