From 3259a8313aa0d056c4eecffff3551dbb4bd510ab Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 27 Oct 2016 04:03:27 -0700 Subject: [PATCH] [XMonad] Update filepath to window class remap --- dotfiles/xmonad/xmonad.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index ce67905e..bbf58498 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -92,7 +92,8 @@ myDecorateName ws w = do getClassRemap = do home <- getHomeDirectory - text <- B.readFile (home ".lib/class_remap.json") + -- TODO: handle the case where this file does not exist + text <- B.readFile (home ".lib/resources/window_class_to_fontawesome.json") return $ fromMaybe M.empty (decode text) setWorkspaceNameToFocusedWindow workspace = do