From a350059fa7b50f47edf7f43a28cef8058e990eaa Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 2 Jul 2025 07:55:40 +0900 Subject: modified dwm/config.def.h, modified st/config.def.h --- st/config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'st/config.def.h') diff --git a/st/config.def.h b/st/config.def.h index 36975e2..fcc10e1 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -311,8 +311,8 @@ static char *copyoutput[] = { "/bin/sh", "-c", "st-copyout", "externalpipe", NUL static Shortcut shortcuts[] = { /* mask keysym function argument */ // APPEARANCES - { ALTKEY, XK_a, chgalpha, {.f = +0.05} }, - { ALTKEY, XK_s, chgalpha, {.f = -0.05} }, + { ALTKEY, XK_a, chgalpha, {.f = -0.05} }, + { ALTKEY, XK_s, chgalpha, {.f = +0.05} }, { ALTKEY, XK_equal, chgalpha, {.f = 0} }, { ALTMOD, XK_J, zoom, {.f = -1} }, { ALTMOD, XK_K, zoom, {.f = +1} }, -- cgit v1.2.3