From a719ec43b47fa94c216cd41b26a1a46d91c5c161 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 25 Oct 2022 21:16:21 +0200 Subject: [PATCH] Update launcher --- .xmonad/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 010a7d2..5a1fc4b 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -126,8 +126,8 @@ myKeysP = [ -- Fit floating windows back to layout ("M-S-", withFocused $ windows . W.sink) - -- Use rofi to launch programs - , ("M-p", spawn "launcher") + -- Launchers + , ("M-p", spawn "albert toggle") -- Map insert key to paste from clipboard , ("", pasteSelection)