hyprland: Drop notify-send for connectivity keybind

This should be handled by something constantly checking connectivity
instead.
This commit is contained in:
Donovan Glover 2024-08-15 23:14:56 -04:00
parent 85c89ab496
commit 45386c2279
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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