1770869959
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user