From b158e7d70fb6d2cf128321771744257d1544350a Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Tue, 28 Oct 2025 03:09:06 +0000 Subject: [PATCH] Fix: update Vicinae server command in Hyprland configuration and adjust keybinding for toggling --- home/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index abddf9e..9e2cfc2 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -22,6 +22,7 @@ "waybar" "dunst" "nm-applet --indicator" # WiFi manager in system tray + "vicinae server" # Start Vicinae server ]; # Environment variables @@ -167,7 +168,7 @@ # Release keybinds - Super key alone opens app launcher bindr = [ - "SUPER, SUPER_L, exec, pkill vicinae || vicinae" + "SUPER, SUPER_L, exec, vicinae toggle" ]; # Mouse bindings