From 20a0ee18968ab6aca89ef471e888c7971a70b081 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 9 Mar 2026 03:36:17 +0100 Subject: niri: Make calculators centered and float --- .config/niri/config.kdl | 7 +++++++ 1 file changed, 7 insertions(+) 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 { -- cgit v1.2.3