From 646fdbec7e0abe1c929a8321e5fb6c891b8840e3 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Thu, 3 Oct 2024 12:26:39 +0200 Subject: [PATCH] feat: tmux + hyprland small changes --- modules/home-manager/hyprland.nix | 2 +- modules/home-manager/tmux.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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' ''; } ];