From 24430eaeb774c88635a78a6d3fc39f3f63ab0400 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 17 Mar 2024 18:33:15 -0400 Subject: [PATCH] FIX typo --- bin/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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