diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Prompt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 275f454..c9ae28d 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -73,7 +73,7 @@ import System.Posix.Files type XP = StateT XPState IO data XPState = - XPS { dpy :: !Display + XPS { dpy :: Display , rootw :: !Window , win :: !Window , screen :: !Rectangle |