Fix the list format
This commit is contained in:
parent
7c74d8b07b
commit
e921bd0132
|
@ -11,7 +11,8 @@
|
|||
mode = "location";
|
||||
temperature.night = 1400;
|
||||
};
|
||||
panels = {
|
||||
panels = [
|
||||
{
|
||||
top = {
|
||||
alignment = "left";
|
||||
floating = true;
|
||||
|
@ -29,6 +30,8 @@
|
|||
"org.kde.plasma.lock_logout"
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
bottom = {
|
||||
alignment = "left";
|
||||
floating = true;
|
||||
|
@ -47,7 +50,8 @@
|
|||
"org.kde.plasma.minimizeall"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
shortcuts = {
|
||||
"ActivityManager"."switch-to-activity-a2cd7f51-1f1f-47a8-9544-a4c401f57a12" = [];
|
||||
|
|
Loading…
Reference in a new issue