diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-09 03:36:17 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-09 03:36:17 +0100 |
| commit | 20a0ee18968ab6aca89ef471e888c7971a70b081 (patch) | |
| tree | 198b6545a9970e3269737c8c6eeae088180b76e3 | |
| parent | a29a9121a8355c5e73ac6eff34da4b24ef33b029 (diff) | |
niri: Make calculators centered and float
| -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 { |