diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 5f57ea7..1259ec8 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -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" ]; }; diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix index 1db0511..a796ef8 100644 --- a/modules/home-manager/tmux.nix +++ b/modules/home-manager/tmux.nix @@ -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' ''; } ];