summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-05 13:28:25 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-05 13:28:25 -0700
commitce3051835797c6c7a6973a34f8cde0c8f7cad262 (patch)
treea9b6c38c0ae3ec502badd4dfa50cd68a42bf9808 /patches
parentcd78e21371385d161324e9a86e30a8c16869c626 (diff)
Add comment and opacity unfoxus
Diffstat (limited to 'patches')
-rw-r--r--patches/client-opacity-focus/fix-xwayland.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/patches/client-opacity-focus/fix-xwayland.patch b/patches/client-opacity-focus/fix-xwayland.patch
index 4767842..01a5e98 100644
--- a/patches/client-opacity-focus/fix-xwayland.patch
+++ b/patches/client-opacity-focus/fix-xwayland.patch
@@ -6,9 +6,10 @@ index f00ec28..abf9dd1 100644
c->type = X11;
c->bw = client_is_unmanaged(c) ? 0 : borderpx;
++ /* Set default opacity*/
+ c->opacity_unfocus = default_opacity_unfocus;
+ c->opacity_focus = default_opacity_focus;
-+ c->opacity = default_opacity_focus;
++ c->opacity = default_opacity_unfocus;
+
/* Listen to the various events it can emit */
LISTEN(&xsurface->events.associate, &c->associate, associatex11);