fix: not locking zellij when switching sessions

This commit is contained in:
Noah Masur 2025-03-30 12:55:39 -04:00
parent 9727fd6a56
commit 3852551ebe
No known key found for this signature in database

View File

@ -65,6 +65,7 @@ in
# exitShellOnExit = true; # exitShellOnExit = true;
settings = { settings = {
default_mode = "locked";
# default_layout = "compact-top"; # default_layout = "compact-top";
# Remove border # Remove border
pane_frames = false; pane_frames = false;
@ -98,6 +99,18 @@ in
keybinds = { keybinds = {
normal = { normal = {
}; };
session = {
"bind \"w\"" = {
LaunchOrFocusPlugin = {
_args = [ "session-manager" ];
floating = true;
move_to_focused_tab = true;
};
SwitchToMode = {
_args = [ "locked" ];
};
};
};
shared = { shared = {
"bind \"Alt Shift p\"" = { "bind \"Alt Shift p\"" = {
"Run" = { "Run" = {