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"