summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorAbhinav Prasai <72694427+uint23@users.noreply.github.com>2025-06-04 19:51:19 +0100
committerGitHub <noreply@github.com>2025-06-04 19:51:19 +0100
commit0582858f8693aa7455c4df5a7ff6440a5c31963d (patch)
tree204f90bb37ff749edd2eab394a92de0f08767cab /src/defs.h
parent485e2b676a0a2380274de2d1b5ad6c6cdc16ce7e (diff)
parent7f79463c7b1881bdf1e7a76ebfd8d2a2e46213f4 (diff)
Merge pull request #58 from werdl/main
add exec config file keyword
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index 0075c21..53c7c6a 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -95,6 +95,7 @@ typedef struct {
Bool warp_cursor;
Binding binds[256];
char **should_float[256];
+ char *torun[256];
} Config;
typedef struct {