mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 12:11:54 +00:00
Add NetworkManager applet and update keybindings for improved WiFi management
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user