From b3e1ab4fd12517ea80529866063a77e2499d5524 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 28 Oct 2023 22:49:57 +0200 Subject: update --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') 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 } }, }; /* -- cgit v1.2.3