diff options
-rw-r--r-- | home-manager/stvnliu/hypr/hyprland/binds.nix | 2 | ||||
-rw-r--r-- | home-manager/stvnliu/hypr/hyprland/default.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/home-manager/stvnliu/hypr/hyprland/binds.nix b/home-manager/stvnliu/hypr/hyprland/binds.nix index c8b16b5..c1f0ace 100644 --- a/home-manager/stvnliu/hypr/hyprland/binds.nix +++ b/home-manager/stvnliu/hypr/hyprland/binds.nix @@ -17,6 +17,8 @@ in "$mod, S, togglespecialworkspace" "$mod SHIFT, S, movetoworkspace, special" + "$mod, Tab, hyprexpo:expo, toggle" + # keysyms for util functions # Example volume button that allows press and hold, volume limited to 150% "$mod, Q, killactive" diff --git a/home-manager/stvnliu/hypr/hyprland/default.nix b/home-manager/stvnliu/hypr/hyprland/default.nix index 8fcfc0b..c00fbe4 100644 --- a/home-manager/stvnliu/hypr/hyprland/default.nix +++ b/home-manager/stvnliu/hypr/hyprland/default.nix @@ -8,6 +8,7 @@ package = pkgs.hyprland; plugins = with pkgs.hyprlandPlugins; [ + hyprexpo # hyprfocus # hycov ]; |