diff --git a/users/infinidoge/config/qtile/config.py b/users/infinidoge/config/qtile/config.py index d738734..ff58539 100644 --- a/users/infinidoge/config/qtile/config.py +++ b/users/infinidoge/config/qtile/config.py @@ -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"),