From 42489aa1797286ee49965c235a3983ab67425678 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 28 Feb 2020 23:27:47 -0500 Subject: [PATCH] ENH rename rofi devices --- xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad.hs b/xmonad.hs index b0f0a92..591b174 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -291,7 +291,7 @@ myClipboard = _myRofi ++ " -modi \"clipboard:greenclip print\" \ \{ background-color: #00c44e; }'" myNetSel = "networkmanager_dmenu -m -4" myWinSel = _myRofi ++ " -show window" -myDevSel = "rofi-udisks" +myDevSel = "rofi-devices" -- TODO this will steal focus from the current window (and puts it -- in the root window?) ...need to fix myScreenCap = "flameshot gui" --external script