FIX apparently this was never necessary

This commit is contained in:
Nathan Dwarshuis 2021-09-05 12:22:16 -04:00
parent 1ba9501bf5
commit 8d286791e7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ runDevMenu = runIfInstalled [exe myDmenuDevices] $ do
runBwMenu :: IO MaybeX
runBwMenu = runIfInstalled [exe myDmenuPasswords] $
spawnCmd myDmenuPasswords $ ["-c", "--"] ++ themeArgs "#bb6600" ++ myDmenuMatchingArgs
spawnCmd myDmenuPasswords $ ["-c"] ++ themeArgs "#bb6600" ++ myDmenuMatchingArgs
runShowKeys :: [((KeyMask, KeySym), NamedAction)] -> NamedAction
runShowKeys x = addName "Show Keybindings" $ do