REF make this name consistent
This commit is contained in:
parent
05e44df286
commit
365a1d0267
|
@ -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)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue