mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Add NetworkManager applet and update keybindings for improved WiFi management
This commit is contained in:
@@ -51,6 +51,7 @@
|
|||||||
waybar # Status bar
|
waybar # Status bar
|
||||||
dunst # Notifications
|
dunst # Notifications
|
||||||
wofi # App launcher
|
wofi # App launcher
|
||||||
|
networkmanagerapplet # WiFi manager applet for system tray
|
||||||
# rofi-wayland # Alternative launcher
|
# rofi-wayland # Alternative launcher
|
||||||
|
|
||||||
# Wayland utilities
|
# Wayland utilities
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
"waybar"
|
"waybar"
|
||||||
"dunst"
|
"dunst"
|
||||||
|
"nm-applet --indicator" # WiFi manager in system tray
|
||||||
];
|
];
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
@@ -113,7 +114,6 @@
|
|||||||
"$mod, M, exit,"
|
"$mod, M, exit,"
|
||||||
"$mod, E, exec, dolphin"
|
"$mod, E, exec, dolphin"
|
||||||
"$mod, V, togglefloating,"
|
"$mod, V, togglefloating,"
|
||||||
"$mod, R, exec, wofi --show drun"
|
|
||||||
"$mod, P, pseudo,"
|
"$mod, P, pseudo,"
|
||||||
"$mod, J, togglesplit,"
|
"$mod, J, togglesplit,"
|
||||||
|
|
||||||
@@ -156,6 +156,11 @@
|
|||||||
"$mod, mouse_up, workspace, e-1"
|
"$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
|
# Mouse bindings
|
||||||
bindm = [
|
bindm = [
|
||||||
"$mod, mouse:272, movewindow"
|
"$mod, mouse:272, movewindow"
|
||||||
|
|||||||
Reference in New Issue
Block a user