mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-04 22:41:11 +00:00
fix: not locking zellij when switching sessions
This commit is contained in:
parent
9727fd6a56
commit
3852551ebe
@ -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" = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user