mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Include patches.h for correct syntax highlighting
This commit is contained in:
parent
43631961b8
commit
914378fcc6
1
config.h
1
config.h
@ -1,5 +1,6 @@
|
|||||||
/* See LICENSE file for copyright and license details. */
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <X11/XF86keysym.h>
|
#include <X11/XF86keysym.h>
|
||||||
|
#include "patches.h"
|
||||||
|
|
||||||
/* Helper macros for spawning commands */
|
/* Helper macros for spawning commands */
|
||||||
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
||||||
|
Loading…
Reference in New Issue
Block a user