diff options
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index 890b40f..e088da5 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -324,10 +324,10 @@ static Keychord *keychords[] = { TAGKEYS( XK_9, 8) // 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}}), - &((Keychord){1, {{WINMOD, XK_s}}, changeunfocusopacity, {.f = -0.025}}), + &((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}}), + &((Keychord){1, {{WINMOD, XK_s}}, changeunfocusopacity, {.f = +0.025}}), &((Keychord){1, {{WINKEY, XK_o}}, setborderpx, {.i = -1 } }), &((Keychord){1, {{WINMOD, XK_o}}, setborderpx, {.i = +1 } }), &((Keychord){1, {{WINMOD2, XK_o}}, setborderpx, {.i = 0 } }), |
