mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-29 20:00:13 +00:00
update lazyjj to be a floating pane
This commit is contained in:
@ -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 ]\"" = {
|
||||||
|
Reference in New Issue
Block a user