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;
|
# 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" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user