feat: tmux + hyprland small changes
This commit is contained in:
parent
d2d7eeaeb6
commit
646fdbec7e
2 changed files with 3 additions and 2 deletions
|
|
@ -137,7 +137,7 @@
|
||||||
"windows,1,4,overshot,slide"
|
"windows,1,4,overshot,slide"
|
||||||
"border,1,10,default"
|
"border,1,10,default"
|
||||||
"fade,1,10,default"
|
"fade,1,10,default"
|
||||||
"workspaces,1,6,overshot,slide"
|
"workspaces,1,5,overshot,slide"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,10 @@
|
||||||
{
|
{
|
||||||
plugin = continuum;
|
plugin = continuum;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g @continuum-restore 'on'
|
|
||||||
set -g @continuum-boot 'on'
|
set -g @continuum-boot 'on'
|
||||||
|
set -g @continuum-restore 'on'
|
||||||
set -g @continuum-save-interval '10'
|
set -g @continuum-save-interval '10'
|
||||||
|
set -g @continuum-boot-options 'alacritty'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue