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"