diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 08:02:37 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 08:02:37 -0400 |
commit | 5858b22bef5f980271178272fa4e690dbfcc4c0b (patch) | |
tree | 96e084ff52fa64865003e50f65cc46861e2e950d /config.h | |
parent | a63ef65ef10e33b8eb8f530dd847ef7c4ecb1c12 (diff) |
ch
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} }, |