diff options
| author | Abhinav <abhinav.prsai@gmail.com> | 2025-06-24 01:07:50 +0100 |
|---|---|---|
| committer | Abhinav <abhinav.prsai@gmail.com> | 2025-06-24 01:07:50 +0100 |
| commit | de5be2ff9d3e8d0c0f3c725a9fb9ea7046c12862 (patch) | |
| tree | f6dc8812e49366ddcdca67a04921b4938e2e1823 /src/defs.h | |
| parent | cc234a66f020256ca2cd2a0a189fda00195bb8f0 (diff) | |
add open_in_workspace
user can now open specific windows in specific workspaces
Diffstat (limited to 'src/defs.h')
| -rw-r--r-- | src/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
