mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-29 10:40:13 +00:00
update lazyjj to be a floating pane
This commit is contained in:
@ -191,6 +191,11 @@ in
|
||||
(lib.getExe pkgs.lazyjj)
|
||||
];
|
||||
close_on_exit = true;
|
||||
floating = true;
|
||||
x = "5%";
|
||||
y = "5%";
|
||||
width = "90%";
|
||||
height = "90%";
|
||||
};
|
||||
};
|
||||
"bind \"Super Shift ]\"" = {
|
||||
|
Reference in New Issue
Block a user