Fix: update Vicinae server command in Hyprland configuration and adjust keybinding for toggling

This commit is contained in:
2025-10-28 03:09:06 +00:00
parent 64be9541fd
commit b158e7d70f

View File

@@ -22,6 +22,7 @@
"waybar" "waybar"
"dunst" "dunst"
"nm-applet --indicator" # WiFi manager in system tray "nm-applet --indicator" # WiFi manager in system tray
"vicinae server" # Start Vicinae server
]; ];
# Environment variables # Environment variables
@@ -167,7 +168,7 @@
# Release keybinds - Super key alone opens app launcher # Release keybinds - Super key alone opens app launcher
bindr = [ bindr = [
"SUPER, SUPER_L, exec, pkill vicinae || vicinae" "SUPER, SUPER_L, exec, vicinae toggle"
]; ];
# Mouse bindings # Mouse bindings