feat: tmux + hyprland small changes

This commit is contained in:
s-prechtl 2024-10-03 12:26:39 +02:00
parent d2d7eeaeb6
commit 646fdbec7e
2 changed files with 3 additions and 2 deletions

View file

@ -137,7 +137,7 @@
"windows,1,4,overshot,slide"
"border,1,10,default"
"fade,1,10,default"
"workspaces,1,6,overshot,slide"
"workspaces,1,5,overshot,slide"
];
};

View file

@ -24,9 +24,10 @@
{
plugin = continuum;
extraConfig = ''
set -g @continuum-restore 'on'
set -g @continuum-boot 'on'
set -g @continuum-restore 'on'
set -g @continuum-save-interval '10'
set -g @continuum-boot-options 'alacritty'
'';
}
];