diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/niri/config.kdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/niri/config.kdl b/config/niri/config.kdl index 7e70d90..23d1c22 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -239,6 +239,12 @@ window-rule { open-floating true } +window-rule { + match app-id="jetbrains-*" + exclude is-floating=true + default-column-width { proportion 1.0; } +} + // Example: block out two password managers from screen capture. /-window-rule { match app-id=r#"^org\.keepassxc\.KeePassXC$"# |
