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