diff --git a/bin/xmonad.hs b/bin/xmonad.hs index b054dff..de2468f 100644 --- a/bin/xmonad.hs +++ b/bin/xmonad.hs @@ -834,7 +834,7 @@ externalBindings runIO cleanup db = , KeyBinding "M-" "recompile xmonad" recompilef , KeyBinding "M-" "select autorandr profile" $ Left $ toX runAutorandrMenu , KeyBinding "M-" "toggle wifi" $ Left $ toX runToggleWifi - , KeyBinding "M-" "toggle ethernet" $ Left $ toX runToggleNetworking + , KeyBinding "M-" "toggle network" $ Left $ toX runToggleNetworking , KeyBinding "M-" "toggle bluetooth" $ Left $ toX $ runToggleBluetooth sys , KeyBinding "M-" "toggle screensaver" $ Left $ toX $ callToggle ses , KeyBinding "M-" "switch gpu" $ Left runOptimusPrompt