config/qtile: pull firefox main program from config
This commit is contained in:
parent
91a29faaa7
commit
641a4702fe
2 changed files with 3 additions and 2 deletions
|
@ -406,12 +406,12 @@ keys = [
|
|||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT], "f",
|
||||
lazy.spawn("firefox --new-window"),
|
||||
lazy.spawn("@firefox@ --new-window"),
|
||||
desc="Start Firefox (New Window)",
|
||||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT, Keys.CONTROL], "f",
|
||||
lazy.spawn("firefox --private-window"),
|
||||
lazy.spawn("@firefox@ --private-window"),
|
||||
desc="Start Firefox (New Private Window)",
|
||||
),
|
||||
Key(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue