From e4e0e756ab9eee14945429871137c11af1bfee66 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 8 Aug 2022 13:21:09 -0400 Subject: [PATCH] ENH update rofi to search for dhall config --- lib/XMonad/Internal/Command/DMenu.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/XMonad/Internal/Command/DMenu.hs b/lib/XMonad/Internal/Command/DMenu.hs index 77c2022..e8b2179 100644 --- a/lib/XMonad/Internal/Command/DMenu.hs +++ b/lib/XMonad/Internal/Command/DMenu.hs @@ -105,7 +105,7 @@ runDevMenu = sometimesIO_ "device manager" "rofi devices" t x where t = dmenuTree $ Only_ (localExe [] myDmenuDevices) x = do - c <- io $ getXdgDirectory XdgConfig "rofi/devices.yml" + c <- io $ getXdgDirectory XdgConfig "rofi/devices.dhall" spawnCmd myDmenuDevices $ ["-c", c] ++ "--" : themeArgs "#999933"