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 = {