ENH update rofi to search for dhall config
This commit is contained in:
parent
4fba9502fc
commit
e4e0e756ab
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue