feat(hyprland): hyprexpo

This commit is contained in:
Zhongheng Liu 2025-01-18 17:44:50 +02:00
commit 23871a3c73
Signed by: steven
GPG key ID: 805A28B071DAD84B
2 changed files with 3 additions and 0 deletions

View file

@ -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"

View file

@ -8,6 +8,7 @@
package = pkgs.hyprland;
plugins = with pkgs.hyprlandPlugins;
[
hyprexpo
# hyprfocus
# hycov
];