Init Hyprspace (overview)

This commit is contained in:
Hadi
2024-10-16 01:22:12 +02:00
parent 0d50980a8d
commit e0e09df208
4 changed files with 47 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
"$mod,X, exec, powermenu" # Powermenu
"$mod,SPACE, exec, menu" # Launcher
"$shiftMod,SPACE, exec, hyprfocus-toggle" # Toggle HyprFocus
"$mod,TAB, overview:toggle" # Overview
"$mod,Q, killactive," # Close window
"$mod,T, togglefloating," # Toggle Floating

View File

@@ -42,6 +42,8 @@ in {
systemd.enable = true;
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
settings = {
"$mod" = "SUPER";
"$shiftMod" = "SUPER_SHIFT";