aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomasz Gąsior2018-06-01 23:51:21 +0200
committerTomasz Gąsior2018-06-01 23:51:21 +0200
commit5f22b91027f6836be74730533cdae4c010915e95 (patch)
treeee2401392222d1baef99b0a69144b58219dddf49 /README.md
parent02d3c7c8586d899ef756c2636aa8749a8ebc7ae4 (diff)
downloadaur-5f22b91027f6836be74730533cdae4c010915e95.tar.gz
Window background patch fixed.
- Window background patch is activated only when window manager does not support client side shadows. This change fixes bug in Awesome and i3 wm-s. It's temporary fix.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3aadde3aca4..86dcb0a599bb 100644
--- a/README.md
+++ b/README.md
@@ -52,4 +52,4 @@ Fixes
* Menu bars are not covered by too high popup menus. See https://gitlab.gnome.org/GNOME/gtk/issues/1016.
* Labels are wrapped similarly to GTK2. This patch fixes too wide windows in applications improperly ported from GTK2.
* Errors in console output because of integration with Accessibility Toolkit are hidden. See https://unix.stackexchange.com/questions/230238.
-* Window background is set properly to theme background, only on Xorg when compositor is disabled. \ No newline at end of file
+* Window background is set to theme background, only on Xorg when window manager doesn't support client side shadows. This patch fixes bug in i3 and Awesome window managers. See https://github.com/i3/i3/issues/3297. \ No newline at end of file