From d4181d3120bb9b1d718106dff6f488d7c36e63cf Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 11 Dec 2020 16:11:58 -0500 Subject: [PATCH] ENH use rofi-dev with /tmp/media/ndwar --- lib/XMonad/Internal/Command/DMenu.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ()