diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index e683cd2..d37d4cb 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -261,7 +261,8 @@ "$mainMod, Q, killactive," "$mainMod, F, fullscreen, 0" # set 1 to 0 to set full screen without waybar "$mainMod, Space, togglefloating," - "$mainMod, D, exec, bemenu-run -l 5 --ignorecase" + # "$mainMod, D, exec, bemenu-run -l 5 --ignorecase" + "$mainMod, D, exec, vicinae toggle" "SUPER SHIFT, L, exec, swaylock --image /home/${username}/.local/share/bg.png" "SUPER, L, exec, swaylock --image /home/${username}/.local/share/bg.png" "$mainMod, E, exec, nautilus" diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index e215b35..ccbcdb3 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -13,6 +13,7 @@ nwg-dock-hyprland hyprland-monitor-attached hypridle + vicinae ]; # systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ]; wayland.windowManager.hyprland = {