diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-26 19:52:33 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-26 19:52:33 -0700 |
| commit | 2edc3668f108b721267510b572a3f383545f2931 (patch) | |
| tree | 3e15e5ff2fd6051ec4408d11c0fcb32437199b6a | |
| parent | 6311add06ed36c7945484609cd5a3ef1b6e7139a (diff) | |
Correct patch indexing
| -rw-r--r-- | patches/client-opacity-focus/client-opacity-focus.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/patches/client-opacity-focus/client-opacity-focus.patch b/patches/client-opacity-focus/client-opacity-focus.patch index 6d7699b..90b5846 100644 --- a/patches/client-opacity-focus/client-opacity-focus.patch +++ b/patches/client-opacity-focus/client-opacity-focus.patch @@ -34,8 +34,7 @@ index 95c2afa..55abf84 100644 }; /* layout(s) */ -@@ -139,6 +141,10 @@ static const Key keys[] = { - { MODKEY, XKB_KEY_t, setlayout, {.v = &layouts[0]} }, +@@ -135,6 +137,10 @@ { MODKEY, XKB_KEY_t, setlayout, {.v = &layouts[0]} }, { MODKEY, XKB_KEY_f, setlayout, {.v = &layouts[1]} }, { MODKEY, XKB_KEY_m, setlayout, {.v = &layouts[2]} }, + { MODKEY|WLR_MODIFIER_CTRL, XKB_KEY_k, setopacityunfocus, {.f = +0.1f} }, |
