Update launcher

master
Hektor Misplon 2022-10-25 21:16:21 +02:00
parent 49d99bb759
commit a719ec43b4
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ myKeysP = [
-- Fit floating windows back to layout
("M-S-<Space>", 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
, ("<Insert>", pasteSelection)