From 45386c22798933c8b2c6cf74e9ea5a495b2d15f7 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 15 Aug 2024 23:14:56 -0400 Subject: [PATCH] hyprland: Drop notify-send for connectivity keybind This should be handled by something constantly checking connectivity instead. --- home/hyprland.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 2cab4b16..6d14a58d 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -239,7 +239,6 @@ in ", XF86MonBrightnessDown, exec, swayosd-client --brightness lower" ", XF86MonBrightnessUp, exec, swayosd-client --brightness raise" ", XF86Display, exec, ~/.config/${monitorScript}" - ", XF86WLAN, exec, sleep 0.2 && ${vars.notifySend} \"WiFi\" \"$(nmcli radio wifi)\"" ", XF86Messenger, togglespecialworkspace" ", XF86Favorites, exec, killall rofi || rofi -show drun" ];