[qtile] Start Firefox Developer Edition with mod+shift+b
This commit is contained in:
parent
41c65f655e
commit
d2e6eea9a0
1 changed files with 1 additions and 0 deletions
|
@ -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()),
|
||||
|
|
Loading…
Reference in a new issue