feat: reapplied patches

This commit is contained in:
2024-12-24 12:36:11 +01:00
parent 7d0264a0a0
commit 697d8236b2
2 changed files with 31 additions and 29 deletions

View File

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