summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-08-15 08:02:37 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-08-15 08:02:37 -0400
commit5858b22bef5f980271178272fa4e690dbfcc4c0b (patch)
tree96e084ff52fa64865003e50f65cc46861e2e950d /config.h
parenta63ef65ef10e33b8eb8f530dd847ef7c4ecb1c12 (diff)
ch
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 18a1507..c86daa3 100644
--- a/config.h
+++ b/config.h
@@ -246,7 +246,6 @@ static char *openurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -o", "externalpipe
static char *copyurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -c", "externalpipe", NULL };
static char *copyoutput[] = { "/bin/sh", "-c", "st-copyout", "externalpipe", NULL };
-
static Shortcut shortcuts[] = {
/* mask keysym function argument */
{ XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} },