diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-12-27 09:58:22 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-12-30 20:12:37 +0300 |
| commit | db6447ed797fc5aa113d49e0da3130abcf58d2cf (patch) | |
| tree | 426cb2aa6ddbc8ac00cb62015608c45e0bb6d95e /src/handlers/compositor.rs | |
| parent | 99c0fabee658d3b1fc0fd3faf6741afd344d8dab (diff) | |
| download | niri-db6447ed797fc5aa113d49e0da3130abcf58d2cf.tar.gz niri-db6447ed797fc5aa113d49e0da3130abcf58d2cf.tar.bz2 niri-db6447ed797fc5aa113d49e0da3130abcf58d2cf.zip | |
floating: Support default-column-width in most cases
open-fullscreen + open-floating default width is still not supported in this
commit.
Diffstat (limited to 'src/handlers/compositor.rs')
| -rw-r--r-- | src/handlers/compositor.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handlers/compositor.rs b/src/handlers/compositor.rs index c0dc9428..058f8375 100644 --- a/src/handlers/compositor.rs +++ b/src/handlers/compositor.rs @@ -100,6 +100,7 @@ impl CompositorHandler for State { if let InitialConfigureState::Configured { rules, width, + floating_width: _, is_full_width, output, workspace_name, |
