xmonad: set rofi as the launcher
This commit is contained in:
parent
b03ab1b4f7
commit
892f756391
|
@ -170,7 +170,7 @@ discord = "discord"
|
|||
editor = "codium"
|
||||
element = "element-desktop"
|
||||
incognitoBrowser = "brave -incognito"
|
||||
launcher = "rofi -show drun -m DisplayPort-1"
|
||||
launcher = "rofi -show drun"
|
||||
logseq = "logseq"
|
||||
musicPlayer = "spotify"
|
||||
obs = "obs"
|
||||
|
@ -187,7 +187,7 @@ myKeybinds =
|
|||
("M-b", spawn browser),
|
||||
("M-i", spawn incognitoBrowser),
|
||||
("M-f", spawn screenshot),
|
||||
("M-<Space>", spawn launcher),
|
||||
("M-p", spawn launcher),
|
||||
("M-S-<Return>", spawn Main.terminal),
|
||||
("M-<Backspace>", kill1),
|
||||
-- Layout control
|
||||
|
|
Loading…
Reference in a new issue