diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-11-18 23:46:39 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-11-18 23:46:39 +0100 |
commit | df4d26424133816e012ce2ed5f122e6a8c16ea8f (patch) | |
tree | 4996cc7728088b8f409b7134035f86c8ef1516a6 | |
parent | 53e8fa543797b82b08fad2007ac6a770581353cd (diff) | |
download | dotfiles-df4d26424133816e012ce2ed5f122e6a8c16ea8f.tar.gz |
picom fix 144Hz
-rw-r--r-- | picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picom/picom.conf b/picom/picom.conf index f9250ba..e41b241 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -209,7 +209,7 @@ dbe = false; # 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. -unredir-if-possible = false; +unredir-if-possible = true; # Specify a list of conditions of windows that should always be considered focused. focus-exclude = [ ]; |