From ed61264fc86cc6813cf0cd43e897629025906414 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 25 Aug 2020 18:44:18 +0200 Subject: [PATCH] [qtile] replace nyxt keybinding with brave --- qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtile/config.py b/qtile/config.py index 59cc6c9..4e45e41 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -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)'")),