Fix the list format

This commit is contained in:
Lillian Violet 2024-09-30 17:39:38 +02:00
parent 7c74d8b07b
commit e921bd0132

View file

@ -11,7 +11,8 @@
mode = "location"; mode = "location";
temperature.night = 1400; temperature.night = 1400;
}; };
panels = { panels = [
{
top = { top = {
alignment = "left"; alignment = "left";
floating = true; floating = true;
@ -29,6 +30,8 @@
"org.kde.plasma.lock_logout" "org.kde.plasma.lock_logout"
]; ];
}; };
}
{
bottom = { bottom = {
alignment = "left"; alignment = "left";
floating = true; floating = true;
@ -47,7 +50,8 @@
"org.kde.plasma.minimizeall" "org.kde.plasma.minimizeall"
]; ];
}; };
}; }
];
shortcuts = { shortcuts = {
"ActivityManager"."switch-to-activity-a2cd7f51-1f1f-47a8-9544-a4c401f57a12" = []; "ActivityManager"."switch-to-activity-a2cd7f51-1f1f-47a8-9544-a4c401f57a12" = [];