mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: update Vicinae server command in Hyprland configuration and adjust keybinding for toggling
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user