Skip to content

Commit

Permalink
Expose sendRestart function
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Feb 10, 2019
1 parent d0208e2 commit 594f6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XMonad/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--
-----------------------------------------------------------------------------

module XMonad.Main (xmonad, launch) where
module XMonad.Main (xmonad, launch, sendRestart) where

import System.Locale.SetLocale
import qualified Control.Exception.Extensible as E
Expand Down

0 comments on commit 594f6b9

Please sign in to comment.