From de5be2ff9d3e8d0c0f3c725a9fb9ea7046c12862 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Tue, 24 Jun 2025 01:07:50 +0100 Subject: add open_in_workspace user can now open specific windows in specific workspaces --- src/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 18c7e2b..5476434 100644 --- a/src/defs.h +++ b/src/defs.h @@ -105,6 +105,7 @@ typedef struct { char **can_swallow[256]; char **can_be_swallowed[256]; char **scratchpads[32]; + char **open_in_workspace[256]; char *torun[256]; } Config; -- cgit v1.2.3