[qtile] replace nyxt keybinding with brave
This commit is contained in:
parent
1fc3ef412c
commit
ed61264fc8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ keys = [
|
||||||
Key([mod], "t", lazy.spawn("alacritty -e /usr/bin/fish")),
|
Key([mod], "t", lazy.spawn("alacritty -e /usr/bin/fish")),
|
||||||
Key([mod, "shift"], "t", lazy.spawn("alacritty")),
|
Key([mod, "shift"], "t", lazy.spawn("alacritty")),
|
||||||
Key([mod, "control"], "t", lazy.spawn("es -e '(eshell)'")),
|
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, "shift"], "b", lazy.spawn("firefox-developer-edition")),
|
||||||
Key([mod, "control"], "m", lazy.spawn("es -e '(mu4e)'")),
|
Key([mod, "control"], "m", lazy.spawn("es -e '(mu4e)'")),
|
||||||
Key([mod, "control"], "e", lazy.spawn("es -e '(elfeed)'")),
|
Key([mod, "control"], "e", lazy.spawn("es -e '(elfeed)'")),
|
||||||
|
|
Loading…
Reference in a new issue