From 34a9bb298d814d02f57e993b9638307f60e54170 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 11 Apr 2017 14:49:43 -0500 Subject: [PATCH] Less vsync issues? --- de/compton.conf | 7 ++++--- os-specific/arch-linux/provisioning/2-essentials.bash | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/de/compton.conf b/de/compton.conf index 3602a38..2d58c0c 100644 --- a/de/compton.conf +++ b/de/compton.conf @@ -40,7 +40,8 @@ invert-color-include = [ ]; glx-no-stencil = true; glx-no-rebind-pixmap = true; glx-copy-from-front = false; -glx-swap-method = "undefined"; +xrender-sync-fence = true; +glx-swap-method = "buffer-age"; wintypes : { tooltip : @@ -51,5 +52,5 @@ wintypes : focus = true; }; }; -blur-background = true; -blur-background-frame = true; +blur-background = false; +blur-background-frame = false; diff --git a/os-specific/arch-linux/provisioning/2-essentials.bash b/os-specific/arch-linux/provisioning/2-essentials.bash index 2b544d9..1bdb894 100755 --- a/os-specific/arch-linux/provisioning/2-essentials.bash +++ b/os-specific/arch-linux/provisioning/2-essentials.bash @@ -26,7 +26,7 @@ sudo pacman -S \ tmux \ rxvt-unicode \ xorg-xinit xorg-server xorg-xrdb \ - xcb-util xcb-util-keysyms xcb-util-wm xorg-xrandr xdotool feh \ + xcb-util xcb-util-keysyms xcb-util-wm xorg-xrandr xdotool feh xorg-xprop \ irssi \ --noconfirm