update lazyjj to be a floating pane

This commit is contained in:
Noah Masur
2025-07-27 16:54:34 -04:00
parent 6f06b0a0c5
commit 3b6b4bd2e6

View File

@ -191,6 +191,11 @@ in
(lib.getExe pkgs.lazyjj) (lib.getExe pkgs.lazyjj)
]; ];
close_on_exit = true; close_on_exit = true;
floating = true;
x = "5%";
y = "5%";
width = "90%";
height = "90%";
}; };
}; };
"bind \"Super Shift ]\"" = { "bind \"Super Shift ]\"" = {