feat(qtile): add 'doom everywhere' keybind
This commit is contained in:
parent
60028bc0a2
commit
dec13524e4
1 changed files with 5 additions and 0 deletions
|
@ -346,6 +346,11 @@ keys = [
|
|||
lazy.spawn("emacsclient -c -a 'emacs'"),
|
||||
desc="Launch Emacs",
|
||||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT, Keys.CONTROL], "e",
|
||||
lazy.spawn("doom everywhere"),
|
||||
desc="Launch Emacs 'everywhere' window",
|
||||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT], "d",
|
||||
lazy.spawn("discordcanary"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue