diff options
| author | werdl <werdl_@outlook.com> | 2025-06-01 17:31:29 +0100 |
|---|---|---|
| committer | werdl <werdl_@outlook.com> | 2025-06-01 17:31:29 +0100 |
| commit | e80d59d3ae22bef8aea5282fca64204c6cad1492 (patch) | |
| tree | 1e9fef6c96c7233dc4a8561aac64d6f3d5ccee05 /src/defs.h | |
| parent | f869ac4b6038c151f5c89726e17e16db3b90e9b0 (diff) | |
adjust syntax of exec config keyword
Diffstat (limited to 'src/defs.h')
| -rw-r--r-- | src/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ typedef struct { Bool new_win_focus; Binding binds[256]; char **should_float[256]; + char *torun[256]; } Config; typedef struct { |
