ENH update rofi to search for dhall config

This commit is contained in:
Nathan Dwarshuis 2022-08-08 13:21:09 -04:00
parent 4fba9502fc
commit e4e0e756ab
1 changed files with 1 additions and 1 deletions

View File

@ -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"