1770869959

This commit is contained in:
2026-02-11 21:19:19 -07:00
parent bc2dacc391
commit 01e412a41b

View File

@@ -43,7 +43,6 @@
compositor = { compositor = {
autotile = false; autotile = false;
active_hint = true; active_hint = true;
super_key_action = cosmicLib.cosmic.mkRON "enum" "Workspace";
# Flat mouse acceleration (no accel) # Flat mouse acceleration (no accel)
input_default = { input_default = {
@@ -73,6 +72,15 @@
key = "Super+e"; key = "Super+e";
description = cosmicLib.cosmic.mkRON "optional" "Open File Manager"; 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 = { applets.time.settings = {