Include patches.h for correct syntax highlighting

This commit is contained in:
mintycube 2024-07-20 13:26:57 +05:00
parent 43631961b8
commit 914378fcc6

View File

@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include <X11/XF86keysym.h>
#include "patches.h"
/* Helper macros for spawning commands */
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }