From 3c494f2519d768485ce325506774078217a6a422 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Tue, 11 Feb 2025 21:08:37 -0800 Subject: [PATCH] [home][i3] Auto float bubble windows --- nix/home/linux/gui/i3/floating.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home/linux/gui/i3/floating.nix b/nix/home/linux/gui/i3/floating.nix index 018e014..2e00f6c 100644 --- a/nix/home/linux/gui/i3/floating.nix +++ b/nix/home/linux/gui/i3/floating.nix @@ -1,5 +1,6 @@ { xsession.windowManager.i3.config.floating.criteria = [ { window_role = "pop-up"; } + { window_role = "bubble"; } ]; }