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
|
@ -38,6 +38,7 @@ with lib;
|
||||||
sha256 = "sha256-3oVx9k+IN8GI8EWx3kPiQWdPGSO645abrEIL8C6sNq8=";
|
sha256 = "sha256-3oVx9k+IN8GI8EWx3kPiQWdPGSO645abrEIL8C6sNq8=";
|
||||||
};
|
};
|
||||||
wallpaper_mode = "fill";
|
wallpaper_mode = "fill";
|
||||||
|
firefox = config.programs.firefox.package.meta.mainProgram;
|
||||||
};
|
};
|
||||||
|
|
||||||
"blugon".source = ./blugon;
|
"blugon".source = ./blugon;
|
||||||
|
|
|
@ -406,12 +406,12 @@ keys = [
|
||||||
),
|
),
|
||||||
Key(
|
Key(
|
||||||
[Keys.SUPER, Keys.ALT], "f",
|
[Keys.SUPER, Keys.ALT], "f",
|
||||||
lazy.spawn("firefox --new-window"),
|
lazy.spawn("@firefox@ --new-window"),
|
||||||
desc="Start Firefox (New Window)",
|
desc="Start Firefox (New Window)",
|
||||||
),
|
),
|
||||||
Key(
|
Key(
|
||||||
[Keys.SUPER, Keys.ALT, Keys.CONTROL], "f",
|
[Keys.SUPER, Keys.ALT, Keys.CONTROL], "f",
|
||||||
lazy.spawn("firefox --private-window"),
|
lazy.spawn("@firefox@ --private-window"),
|
||||||
desc="Start Firefox (New Private Window)",
|
desc="Start Firefox (New Private Window)",
|
||||||
),
|
),
|
||||||
Key(
|
Key(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue