From 01e412a41b5b7c11b83f59ca0a15b48a17a3771f Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 11 Feb 2026 21:19:19 -0700 Subject: [PATCH] 1770869959 --- modules/home/cosmic.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/home/cosmic.nix b/modules/home/cosmic.nix index 2e3746d..bc11107 100644 --- a/modules/home/cosmic.nix +++ b/modules/home/cosmic.nix @@ -43,7 +43,6 @@ compositor = { autotile = false; active_hint = true; - super_key_action = cosmicLib.cosmic.mkRON "enum" "Workspace"; # Flat mouse acceleration (no accel) input_default = { @@ -73,6 +72,15 @@ key = "Super+e"; description = cosmicLib.cosmic.mkRON "optional" "Open File Manager"; } + { + action = cosmicLib.cosmic.mkRON "enum" { + value = [ + (cosmicLib.cosmic.mkRON "enum" "WorkspaceOverview") + ]; + variant = "System"; + }; + key = "Super"; + } ]; applets.time.settings = {