tweak(qtile): add Firefox private window hotkey
This commit is contained in:
parent
4545f0534c
commit
7e2a21f238
1 changed files with 5 additions and 0 deletions
|
@ -368,6 +368,11 @@ keys = [
|
|||
lazy.spawn("firefox --new-window"),
|
||||
desc="Start Firefox (New Window)",
|
||||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT, Keys.CONTROL], "f",
|
||||
lazy.spawn("firefox --private-window"),
|
||||
desc="Start Firefox (New Private Window)",
|
||||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT], "e",
|
||||
lazy.spawn("emacsclient -c -a 'emacs'"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue