diff --git a/bin/xmonad.hs b/bin/xmonad.hs index e831bbd..9d1774f 100644 --- a/bin/xmonad.hs +++ b/bin/xmonad.hs @@ -860,7 +860,7 @@ externalBindings runIO cleanup db = , KeyBinding "M-" "select autorandr profile" $ Left runAutorandrMenu , KeyBinding "M-" "toggle ethernet" $ Left runToggleEthernet , KeyBinding "M-" "toggle bluetooth" $ Left $ runToggleBluetooth sys - , KeyBinding "M-" "toggle screensaver" $ Left $ (liftIO . runIO) <$> callToggle ses + , KeyBinding "M-" "toggle screensaver" $ Left $ liftIO . runIO <$> callToggle ses , KeyBinding "M-" "switch gpu" $ Left runOptimusPrompt ] ]