From 7d47e54beafbd0463e1dcf25c80511342cb6daaa Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 12 Apr 2022 18:47:38 -0600 Subject: Finally fix deprecation issue --- src/Rahm/Desktop/Layout/Draw.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Rahm') diff --git a/src/Rahm/Desktop/Layout/Draw.hs b/src/Rahm/Desktop/Layout/Draw.hs index e68bb17..8819e8f 100644 --- a/src/Rahm/Desktop/Layout/Draw.hs +++ b/src/Rahm/Desktop/Layout/Draw.hs @@ -86,7 +86,7 @@ handleMessage' message layout = do -- accounted for. drawXpmIO :: (LayoutClass layout Window) => layout Window -> X (Bool, String) drawXpmIO l = do - dir <- X.getXMonadDir + dir <- X.asks (X.cfgDir . X.directories) let shrinkAmt = 5 -- amount to shrink the windows by to make pretty gaps. -- cgit