picom: Rename from compton
Set refresh rate to 144
This commit is contained in:
@@ -168,7 +168,7 @@ detect-client-opacity = true;
|
|||||||
|
|
||||||
# Specify refresh rate of the screen.
|
# Specify refresh rate of the screen.
|
||||||
# If not specified or 0, compton will try detecting this with X RandR extension.
|
# If not specified or 0, compton will try detecting this with X RandR extension.
|
||||||
refresh-rate = 0;
|
refresh-rate = 144;
|
||||||
|
|
||||||
# Vertical synchronization: match the refresh rate of the monitor
|
# Vertical synchronization: match the refresh rate of the monitor
|
||||||
vsync = true;
|
vsync = true;
|
||||||
@@ -184,7 +184,7 @@ dbe = false;
|
|||||||
|
|
||||||
# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
|
# 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.
|
# Known to cause flickering when redirecting/unredirecting windows.
|
||||||
unredir-if-possible = false;
|
unredir-if-possible = true;
|
||||||
|
|
||||||
# Specify a list of conditions of windows that should always be considered focused.
|
# Specify a list of conditions of windows that should always be considered focused.
|
||||||
focus-exclude = [ ];
|
focus-exclude = [ ];
|
||||||
|
|||||||
Reference in New Issue
Block a user