Update the ignored workspaces rule to a regex instead of array.

This commit is contained in:
Jas Singh
2024-09-25 01:05:47 -07:00
parent 91bd49e1a8
commit 69c468296b
4 changed files with 11 additions and 27 deletions

View File

@@ -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[];