diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-18 17:44:50 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-18 17:44:50 +0200 |
commit | 23871a3c7327dfb0664a1d6e8ed1869e9a2f89f4 (patch) | |
tree | 1d37d443de419e682c688d0dcd8f1523fed9a9f4 | |
parent | 19fddf28fa3c1d9361bc0e2bae1284b3053efbee (diff) | |
download | nixos-configuration-23871a3c7327dfb0664a1d6e8ed1869e9a2f89f4.tar.gz nixos-configuration-23871a3c7327dfb0664a1d6e8ed1869e9a2f89f4.tar.bz2 nixos-configuration-23871a3c7327dfb0664a1d6e8ed1869e9a2f89f4.zip |
feat(hyprland): hyprexpo
-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 ]; |