From 7d6e442e4187e626088a97f8b14132fbf53a4b15 Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Mon, 27 Oct 2025 20:39:56 +0000 Subject: [PATCH] Add NetworkManager applet and update keybindings for improved WiFi management --- home/home.nix | 1 + home/hyprland.nix | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 69d5c6c..4193284 100644 --- a/home/home.nix +++ b/home/home.nix @@ -51,6 +51,7 @@ waybar # Status bar dunst # Notifications wofi # App launcher + networkmanagerapplet # WiFi manager applet for system tray # rofi-wayland # Alternative launcher # Wayland utilities diff --git a/home/hyprland.nix b/home/hyprland.nix index 724d602..2948167 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -21,6 +21,7 @@ "waybar" "dunst" + "nm-applet --indicator" # WiFi manager in system tray ]; # Environment variables @@ -113,7 +114,6 @@ "$mod, M, exit," "$mod, E, exec, dolphin" "$mod, V, togglefloating," - "$mod, R, exec, wofi --show drun" "$mod, P, pseudo," "$mod, J, togglesplit," @@ -156,6 +156,11 @@ "$mod, mouse_up, workspace, e-1" ]; + # Release keybinds - Super key alone opens app launcher + bindr = [ + "SUPER, SUPER_L, exec, pkill wofi || wofi --show drun" + ]; + # Mouse bindings bindm = [ "$mod, mouse:272, movewindow"