diff --git a/qtile/config.py b/qtile/config.py index 634237f..6898a4f 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -62,6 +62,7 @@ keys = [ Key([mod], "t", lazy.spawn("alacritty -e /usr/bin/fish")), Key([mod, "shift"], "t", lazy.spawn("alacritty")), Key([mod], "b", lazy.spawn("nyxt")), + Key([mod, "shift"], "b", lazy.spawn("firefox-developer-edition")), # Toggle between different layouts as defined below Key([mod], "Tab", lazy.next_layout()),