Add NetworkManager applet and update keybindings for improved WiFi management

This commit is contained in:
2025-10-27 20:39:56 +00:00
parent c06fe589e2
commit 7d6e442e41
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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"