summaryrefslogtreecommitdiff
path: root/src/parser.h
blob: 15f82d0f02a814e8a232f6cd9283a419556d2b14 (plain)
1
2
3
4
5
6
7
8
9
/* See LICENSE for more information on use */
#pragma once
#include "defs.h"
#define MAX_ARGS 64

void handler(char *command, char *arg, int mods, KeySym keysym, Action action, Bool is_func, Config *user_config);
int parser(Config *user_config);
unsigned int parse_mods(const char *mods, Config *user_config);
KeySym parse_keysym(const char *key);