diff --git a/package/contents/ui/config.ui b/package/contents/ui/config.ui index cc32233..64dde91 100644 --- a/package/contents/ui/config.ui +++ b/package/contents/ui/config.ui @@ -322,13 +322,31 @@ + + + Preset widths: + + + Widths used for cycling through widths + + + + + + + Comma-separated list of widths. Supported units: "px" and "%". + + + + + Obscured window opacity: - + % diff --git a/src/lib/config/definition.ts b/src/lib/config/definition.ts index 858d322..9662910 100644 --- a/src/lib/config/definition.ts +++ b/src/lib/config/definition.ts @@ -85,6 +85,11 @@ const configDef = [ type: "UInt", default: 600, }, + { + name: "presetWidths", + type: "String", + default: "100%, 50%", + }, { name: "offScreenOpacity", type: "UInt",