REF simplify

This commit is contained in:
Nathan Dwarshuis 2023-01-02 18:21:09 -05:00
parent 9ec24b63a0
commit c1fef3c4c4
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ externalBindings runIO cleanup db =
, KeyBinding "M-<F8>" "select autorandr profile" $ Left runAutorandrMenu
, KeyBinding "M-<F9>" "toggle ethernet" $ Left runToggleEthernet
, KeyBinding "M-<F10>" "toggle bluetooth" $ Left $ runToggleBluetooth sys
, KeyBinding "M-<F11>" "toggle screensaver" $ Left $ (liftIO . runIO) <$> callToggle ses
, KeyBinding "M-<F11>" "toggle screensaver" $ Left $ liftIO . runIO <$> callToggle ses
, KeyBinding "M-<F12>" "switch gpu" $ Left runOptimusPrompt
]
]