Update the ignored workspaces rule to a regex instead of array.
This commit is contained in:
3
lib/types/options.d.ts
vendored
3
lib/types/options.d.ts
vendored
@@ -215,6 +215,3 @@ export type ColorMapKey = keyof typeof defaultColorMap;
|
||||
export type ColorMapValue = (typeof defaultColorMap)[ColorMapKey];
|
||||
|
||||
export type ScalingPriority = 'gdk' | 'hyprland' | 'both';
|
||||
|
||||
export type IgnoredWorkspace = number | string;
|
||||
export type IgnoredWorkspaces = IgnoredWorkspace[];
|
||||
|
||||
Reference in New Issue
Block a user