From 0f5912da6cf68bc262a8ca5b448a887943bfb698 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Sun, 16 Aug 2026 21:48:44 -0700 Subject: [PATCH] make junction a floating window --- hosts/x-home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/x-home.nix b/hosts/x-home.nix index 655f42a..0ed672b 100644 --- a/hosts/x-home.nix +++ b/hosts/x-home.nix @@ -318,6 +318,11 @@ spawn-at-startup "bash" "-c" "sleep 1 && noctalia" open-maximized true } + window-rule { + match app-id="^re\\.sonny\\.Junction$" + open-floating true + } + // Gestures gestures { hot-corners { -- 2.51.2