summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 9c80501..25d8e45 100644
--- a/config.h
+++ b/config.h
@@ -8,7 +8,7 @@
static char *font = "Hack Nerd Font:size=11:antialias=true:autohint=true";
/* Spare fonts*/
static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
-static int borderpx = 2;
+static int borderpx = 0;
/*
* What program is execed by st depends of these precedence rules:
@@ -217,7 +217,7 @@ static Shortcut shortcuts[] = {
{ MODKEY, XK_s, changealpha, {.f = -0.05} },
{ MODKEY, XK_a, changealpha, {.f = +0.05} },
{ MODKEY, XK_o, externalpipe, {.v = openurlcmd } },
- { MODKEY, XK_c, externalpipe, {.v = copyurlcmd } },
+ { MODKEY, XK_y, externalpipe, {.v = copyurlcmd } },
};
/*