diff --git a/lib/XMonad/Internal/Command/DMenu.hs b/lib/XMonad/Internal/Command/DMenu.hs index 3738e49..b6cb3ee 100644 --- a/lib/XMonad/Internal/Command/DMenu.hs +++ b/lib/XMonad/Internal/Command/DMenu.hs @@ -47,8 +47,8 @@ myDmenuMatchingArgs = ["-i"] -- case insensitivity devSecrets :: [String] devSecrets = concatMap (\x -> ["-s", x]) - [ "/media/ndwar/Roylab:user=ndwarshuis3@gatech.edu,host=outlook.office365.com" - , "/media/ndwar/MC3M:user=ndwarshuis3@gatech.edu,host=outlook.office365.com" + [ "/tmp/media/ndwar/Roylab:user=ndwarshuis3@gatech.edu,host=outlook.office365.com" + , "/tmp/media/ndwar/MC3M:user=ndwarshuis3@gatech.edu,host=outlook.office365.com" ] runDevMenu :: X ()