summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-23 06:31:54 +0300
committerdefanor <defanor@uberspace.net>2017-12-23 06:31:54 +0300
commitb8bdf1b8d959a4e6e1946a96e4c06a50dc494d4f (patch)
tree5885b6a3feb08b5130dc18263161e6472a806458
parenta5b86b599fda45e686461d10f24fdf2caf35f620 (diff)
Add more compton experimentation data
-rw-r--r--.xmonad/xmonad.hs17
1 files changed, 17 insertions, 0 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs
index ddae622..ed36291 100644
--- a/.xmonad/xmonad.hs
+++ b/.xmonad/xmonad.hs
@@ -102,7 +102,24 @@ A summary of the more common issues:
| white flashes in FF | always | never |
@
+Another custom config, with the following bits in it:
+@
+backend = "glx"
+refresh-rate = 0;
+vsync = "opengl-swc";
+dbe = false;
+paint-on-overlay = true;
+detect-transient = true;
+detect-client-leader = true;
+glx-copy-from-front = false;
+glx-swap-method = "undefined";
+@
+
+Apparently works on GTX 1070, but not here: getting weird quirks (not
+screen tearing or phantom cursor, but something else) in emacs window.
+Seems to be the same with and without FCP setting, though maybe a bit
+more laggy with FCP.
-}