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