From bfc9907c81690a587b4cf8bc5630cd0ea73b85c7 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 8 Jan 2026 21:24:06 +0100 Subject: [PATCH] feat: switch to `vicinae` --- modules/home/hyprland/config.nix | 3 ++- modules/home/hyprland/hyprland.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 = {