Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
07d62995
Commit
07d62995
authored
Sep 03, 2021
by
Jay Ta'ala
Browse files
FIX: should not use sw-opti option (deprecated and makes everything slow
with vsync).
parent
de96a7af
Changes
1
Hide whitespace changes
Inline
Side-by-side
picom/picom.conf
View file @
07d62995
...
...
@@ -9,7 +9,7 @@
# Backend to use: "xrender" or "glx".
# GLX backend is typically much faster but depends on a sane driver.
backend
=
"
xrender
"
;
backend
=
"
glx
"
;
#################################
#
...
...
@@ -185,7 +185,7 @@ detect-client-opacity = true;
refresh
-
rate
=
0
;
# Vertical synchronization: match the refresh rate of the monitor
vsync
=
fals
e
;
vsync
=
tru
e
;
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
...
...
@@ -194,7 +194,7 @@ dbe = false;
# Limit picom to repaint at most once every 1 / refresh_rate second to boost performance.
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
# unless you wish to specify a lower refresh rate than the actual value.
sw
-
opti
=
tru
e
;
sw
-
opti
=
fals
e
;
# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
# Known to cause flickering when redirecting/unredirecting windows.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment