feat(qtile): add 'doom everywhere' keybind

This commit is contained in:
Infinidoge 2022-03-25 13:41:09 -04:00
parent 60028bc0a2
commit dec13524e4

View file

@ -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"),