xmonad: set rofi as the launcher

This commit is contained in:
Serĉanto de Scio 2022-12-07 21:54:20 +10:00
parent b03ab1b4f7
commit 892f756391
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -170,7 +170,7 @@ discord = "discord"
editor = "codium" editor = "codium"
element = "element-desktop" element = "element-desktop"
incognitoBrowser = "brave -incognito" incognitoBrowser = "brave -incognito"
launcher = "rofi -show drun -m DisplayPort-1" launcher = "rofi -show drun"
logseq = "logseq" logseq = "logseq"
musicPlayer = "spotify" musicPlayer = "spotify"
obs = "obs" obs = "obs"
@ -187,7 +187,7 @@ myKeybinds =
("M-b", spawn browser), ("M-b", spawn browser),
("M-i", spawn incognitoBrowser), ("M-i", spawn incognitoBrowser),
("M-f", spawn screenshot), ("M-f", spawn screenshot),
("M-<Space>", spawn launcher), ("M-p", spawn launcher),
("M-S-<Return>", spawn Main.terminal), ("M-S-<Return>", spawn Main.terminal),
("M-<Backspace>", kill1), ("M-<Backspace>", kill1),
-- Layout control -- Layout control