[qtile] Start Firefox Developer Edition with mod+shift+b

This commit is contained in:
Marcel Kapfer 2020-07-14 21:48:49 +02:00
parent 41c65f655e
commit d2e6eea9a0
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

@ -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()),