[qtile] replace nyxt keybinding with brave

This commit is contained in:
Marcel Kapfer 2020-08-25 18:44:18 +02:00
parent 1fc3ef412c
commit ed61264fc8
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ keys = [
Key([mod], "t", lazy.spawn("alacritty -e /usr/bin/fish")),
Key([mod, "shift"], "t", lazy.spawn("alacritty")),
Key([mod, "control"], "t", lazy.spawn("es -e '(eshell)'")),
Key([mod], "b", lazy.spawn("nyxt")),
Key([mod], "b", lazy.spawn("brave")),
Key([mod, "shift"], "b", lazy.spawn("firefox-developer-edition")),
Key([mod, "control"], "m", lazy.spawn("es -e '(mu4e)'")),
Key([mod, "control"], "e", lazy.spawn("es -e '(elfeed)'")),