Added the ability to ignore workspaces by number or regex
This commit is contained in:
3
lib/types/options.d.ts
vendored
3
lib/types/options.d.ts
vendored
@@ -215,3 +215,6 @@ 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