diff --git a/config.ron b/config.ron index fa22669a..b8546b9e 100644 --- a/config.ron +++ b/config.ron @@ -79,6 +79,7 @@ (modifiers: [Super], key: "w"): Spawn("cosmic-workspaces"), (modifiers: [Super], key: "slash"): Spawn("cosmic-launcher"), (modifiers: [Super]): Spawn("cosmic-launcher"), + (modifiers: [Alt], key: "Tab"): Spawn("cosmic-launcher alt-tab"), (modifiers: [], key: "Print"): Spawn("cosmic-screenshot"),