From 8d286791e75b46523d9511daae4bfb77fb933e21 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 5 Sep 2021 12:22:16 -0400 Subject: [PATCH] FIX apparently this was never necessary --- 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 b9c9254..160a7a8 100644 --- a/lib/XMonad/Internal/Command/DMenu.hs +++ b/lib/XMonad/Internal/Command/DMenu.hs @@ -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