diff options
| -rw-r--r-- | src/defs.h | 1 | ||||
| -rw-r--r-- | src/extern.h | 1 | ||||
| -rw-r--r-- | src/parser.c | 1 | ||||
| -rw-r--r-- | src/parser.h | 3 |
4 files changed, 5 insertions, 1 deletions
@@ -124,3 +124,4 @@ typedef struct { Client *client; Bool enabled; } Scratchpad; + diff --git a/src/extern.h b/src/extern.h index 5e0bf4c..3e25b75 100644 --- a/src/extern.h +++ b/src/extern.h @@ -32,3 +32,4 @@ extern void toggle_floating(void); extern void toggle_floating_global(void); extern void toggle_fullscreen(void); extern void toggle_monocle(void); + diff --git a/src/parser.c b/src/parser.c index 0c626f0..4c1ae24 100644 --- a/src/parser.c +++ b/src/parser.c @@ -793,3 +793,4 @@ const char **build_argv(const char *cmd) return argv; #endif } + diff --git a/src/parser.h b/src/parser.h index 2e132fe..acbbb63 100644 --- a/src/parser.h +++ b/src/parser.h @@ -5,4 +5,5 @@ const char **build_argv(const char *cmd); int parser(Config *user_config); int parse_mods(const char *mods, Config *user_config); -KeySym parse_keysym(const char *key);
\ No newline at end of file +KeySym parse_keysym(const char *key); + |
