Added configurable scaling priorities in options. (#277)
This commit is contained in:
@@ -16,6 +16,7 @@ import {
|
||||
NotificationAnchor,
|
||||
OSDAnchor,
|
||||
OSDOrientation,
|
||||
ScalingPriority,
|
||||
WindowLayer,
|
||||
} from 'lib/types/options';
|
||||
import { MatugenScheme, MatugenTheme, MatugenVariations } from 'lib/types/options';
|
||||
@@ -1053,6 +1054,8 @@ const options = mkOptions(OPTIONS, {
|
||||
},
|
||||
},
|
||||
|
||||
scalingPriority: opt<ScalingPriority>('gdk'),
|
||||
|
||||
terminal: opt('kitty'),
|
||||
|
||||
tear: opt(false),
|
||||
|
||||
Reference in New Issue
Block a user