diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 07:55:40 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 07:55:40 +0900 |
| commit | a350059fa7b50f47edf7f43a28cef8058e990eaa (patch) | |
| tree | 42a4ab9b0a21285f4834997af8135e60ba2df475 /st/config.def.h | |
| parent | 409f9844c3cf19badffc501c22f46cbad84a82a1 (diff) | |
modified dwm/config.def.h, modified st/config.def.h
Diffstat (limited to 'st/config.def.h')
| -rw-r--r-- | st/config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
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} }, |
