Fix config

This commit is contained in:
2024-05-31 10:54:30 +05:00
parent f802f3b04e
commit 149532bdf0
5 changed files with 99 additions and 52 deletions

View File

@@ -1,5 +1,7 @@
/* See LICENSE file for copyright and license details. */
#include <X11/XF86keysym.h>
/* appearance */
static const unsigned int borderpx = 4; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
@@ -96,7 +98,6 @@ static const char *termcmd[] = { "st", NULL };
static const Key keys[] = {
/* modifier key function argument */
{ 0, XF86XK_ModeLock, spawn, {.v = lockcmd } },
{ 0, XK_Print, spawn, {.v = screenshot } },
{ ShiftMask, XK_Print, spawn, {.v = screenshotarea } },
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = volup } },