diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-10-28 22:49:57 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-10-28 22:49:57 +0200 |
| commit | b3e1ab4fd12517ea80529866063a77e2499d5524 (patch) | |
| tree | aeed9e9f65c15c9d036d6158492bc7f60e30a47a /config.h | |
| parent | 3fce638a2ec34d8c258f4edce4d8f023214cd9aa (diff) | |
update
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } }, }; /* |
