Update launcher
parent
49d99bb759
commit
a719ec43b4
|
@ -126,8 +126,8 @@ myKeysP = [
|
||||||
-- Fit floating windows back to layout
|
-- Fit floating windows back to layout
|
||||||
("M-S-<Space>", withFocused $ windows . W.sink)
|
("M-S-<Space>", withFocused $ windows . W.sink)
|
||||||
|
|
||||||
-- Use rofi to launch programs
|
-- Launchers
|
||||||
, ("M-p", spawn "launcher")
|
, ("M-p", spawn "albert toggle")
|
||||||
|
|
||||||
-- Map insert key to paste from clipboard
|
-- Map insert key to paste from clipboard
|
||||||
, ("<Insert>", pasteSelection)
|
, ("<Insert>", pasteSelection)
|
||||||
|
|
Loading…
Reference in New Issue