Less vsync issues?
This commit is contained in:
parent
9c3e529dfd
commit
34a9bb298d
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue