fix(qtile): doom everywhere -> doom +everywhere

This commit is contained in:
Infinidoge 2022-06-22 14:14:51 -04:00
parent df88090752
commit 0529609818

View file

@ -380,7 +380,7 @@ keys = [
), ),
Key( Key(
[Keys.SUPER, Keys.ALT, Keys.CONTROL], "e", [Keys.SUPER, Keys.ALT, Keys.CONTROL], "e",
lazy.spawn("doom everywhere"), lazy.spawn("doom +everywhere"),
desc="Launch Emacs 'everywhere' window", desc="Launch Emacs 'everywhere' window",
), ),
Key( Key(