Add X11/XF86keysym.h header for volume and brightness keycodes

This commit is contained in:
tosu 2023-08-15 01:15:30 +02:00
parent a29894ff94
commit 8bc58274cc
Signed by: tosu
GPG Key ID: C00746F2E0F36492
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
/* See LICENSE file for copyright and license details. */ /* See LICENSE file for copyright and license details. */
#include <X11/XF86keysym.h>
/* appearance */ /* appearance */
static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int borderpx = 3; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */ static const unsigned int snap = 32; /* snap pixel */