Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
budimanjojo committed Aug 13, 2017
1 parent d9c7747 commit 1a72efb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .config/compton.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Performance Settings {{{
# backend to use, xrender or glx
backend = "glx";
backend = "xrender";

# paint on X Composite overlay window rather than root window
# may have positive or negative effect on performance
Expand All @@ -16,7 +16,7 @@ glx-no-stencil = true;
glx-no-rebind-pixmap = true;

# vsync method, choices are: none, drm, opengl-oml, opengl-swc, opengl-mscw
vsync = "opengl-swc";
vsync = "opengl-oml";
refresh-rate = 60;

# choices are: undefined(0), copy(1), exchange(2), 3-6, buffer-age(-1)
Expand All @@ -29,7 +29,7 @@ glx-swap-method = "exchange" # allow flipping should be enabled in driver setti

# limit compton to repaint at most once every 1/refresh rate second to boost performance
# do not to use use when drm/opengl/opengl-oml vsync enabled
sw-opti = true;
#sw-opti = true;

# unredirect all windows if fullscreen window detected
# improved games performance but will cause flickering
Expand Down Expand Up @@ -74,9 +74,9 @@ menu-opacity = 0.90;
inactive-opacity = 1;
active-opacity = 1;
frame-opacity = 0.90;
alpha-step = 0.01;
alpha-step = 0.06;
inactive-dim = 0.3;
inactive-dim-fixed = true;
inactive-dim-fixed = false;
opacity-rule = [
"99:name *?= 'Call'",
"99:name *?= 'Conky'",
Expand Down

0 comments on commit 1a72efb

Please sign in to comment.