summaryrefslogtreecommitdiff
path: root/dwm/config.def.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-15 15:18:12 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-15 15:18:12 +0900
commitf4ae492a2dc87e899e90969b4cdb93893738b467 (patch)
tree7601eb23c7a091b1650db98e60721746284d50fb /dwm/config.def.h
parent3a0541827b4451eb555e5b5ff61b83e9195e6eb4 (diff)
modified dwm/config.def.h, modified st/config.def.h, modified st/x.c
Diffstat (limited to 'dwm/config.def.h')
-rw-r--r--dwm/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 0c95250..b6ab9d2 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -316,7 +316,7 @@ static Keychord *keychords[] = {
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
- // APPEARANCE
+ // APPEARANCES
&((Keychord){1, {{WINKEY, XK_a}}, changefocusopacity, {.f = +0.025}}),
&((Keychord){1, {{WINKEY, XK_s}}, changefocusopacity, {.f = -0.025}}),
&((Keychord){1, {{WINMOD, XK_a}}, changeunfocusopacity, {.f = +0.025}}),