REF make this name consistent

This commit is contained in:
Nathan Dwarshuis 2020-03-26 22:06:38 -04:00
parent 05e44df286
commit 365a1d0267
1 changed files with 3 additions and 3 deletions

View File

@ -503,8 +503,8 @@ runMinBacklight = io $ void callMinBrightness
runMaxBacklight :: X () runMaxBacklight :: X ()
runMaxBacklight = io $ void callMaxBrightness runMaxBacklight = io $ void callMaxBrightness
toggleDPMS :: X () runToggleDPMS :: X ()
toggleDPMS = io $ void callToggle runToggleDPMS = io $ void callToggle
-- keybindings -- keybindings
@ -649,6 +649,6 @@ mkKeys hs client c =
, ("M-<F2>", "restart xmonad", runCleanup hs client >> runRestart) , ("M-<F2>", "restart xmonad", runCleanup hs client >> runRestart)
, ("M-<F3>", "recompile xmonad", runRecompile) , ("M-<F3>", "recompile xmonad", runRecompile)
, ("M-<F10>", "toggle bluetooth", runToggleBluetooth) , ("M-<F10>", "toggle bluetooth", runToggleBluetooth)
, ("M-<F11>", "toggle screensaver", toggleDPMS) , ("M-<F11>", "toggle screensaver", runToggleDPMS)
, ("M-<F12>", "switch gpu", runOptimusPrompt) , ("M-<F12>", "switch gpu", runOptimusPrompt)
] ]