Enabled undirection for picom
This commit is contained in:
parent
c56fb751b1
commit
1929ea692c
|
@ -88,7 +88,7 @@ dithered-present = false;
|
||||||
# Enable/disable VSync.
|
# Enable/disable VSync.
|
||||||
#
|
#
|
||||||
# Default: false
|
# Default: false
|
||||||
#vsync = false;
|
vsync = false;
|
||||||
|
|
||||||
# Try to detect windows with rounded corners and don't consider them
|
# Try to detect windows with rounded corners and don't consider them
|
||||||
# shaped windows. The accuracy is not very high, unfortunately.
|
# shaped windows. The accuracy is not very high, unfortunately.
|
||||||
|
@ -116,7 +116,7 @@ detect-client-opacity = true;
|
||||||
# when redirecting/unredirecting windows.
|
# when redirecting/unredirecting windows.
|
||||||
#
|
#
|
||||||
# Default: false
|
# Default: false
|
||||||
# unredir-if-possible = false
|
unredir-if-possible = true
|
||||||
|
|
||||||
# Delay before unredirecting the window, in milliseconds.
|
# Delay before unredirecting the window, in milliseconds.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue