feat(noctalia): enable OSD for all available events
This commit is contained in:
@@ -209,6 +209,8 @@ in
|
|||||||
};
|
};
|
||||||
osd = {
|
osd = {
|
||||||
alwaysOnTop = true;
|
alwaysOnTop = true;
|
||||||
|
# enable all types
|
||||||
|
enabledTypes = [ ];
|
||||||
location = "top";
|
location = "top";
|
||||||
};
|
};
|
||||||
setupCompleted = true;
|
setupCompleted = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user