add some configs

This commit is contained in:
casglistro
2024-04-18 16:38:28 +08:00
parent 81fc788e91
commit 5fcaf1df88
5 changed files with 129 additions and 42 deletions
+2 -3
View File
@@ -50,11 +50,11 @@ const Windows = () => [
Overview(),
forMonitors(Indicator),
forMonitors(Cheatsheet),
forMonitors(Dock),
SideLeft(),
SideRight(),
forMonitors(Osk),
Session(),
...(userOptions.dock.enabled ? [forMonitors(Dock)] : []),
// forMonitors(Bar),
...(userOptions.appearance.fakeScreenRounding ? [
forMonitors((id) => Corner(id, 'top left', true)),
@@ -82,5 +82,4 @@ App.config({
// Stuff that don't need to be toggled. And they're async so ugh...
forMonitorsAsync(Bar);
// Bar().catch(print); // Use this to debug the bar. Single monitor only.
// Bar().catch(print); // Use this to debug the bar. Single monitor only.