diff options
Diffstat (limited to '.config/niri')
| -rw-r--r-- | .config/niri/config.kdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 11e5163..6bf3227 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -147,6 +147,13 @@ window-rule { default-window-height { fixed 600; } } +window-rule { + match app-id="qalculate-(gtk|qt)" + open-floating true + default-column-width { fixed 800; } + default-window-height { fixed 600; } +} + // Example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.) /-window-rule { |