mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-13 22:38:32 +02:00
picom: try switching to xr_glx_hybrid
This commit is contained in:
parent
6b63b84fdf
commit
6f8b185735
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
backend = "glx";
|
||||
xrender-sync-fence = true;
|
||||
backend = "xr_glx_hybrid";
|
||||
vsync = true;
|
||||
mark-ovredir-focused = true;
|
||||
use-ewmh-active-win = true;
|
||||
|
@ -12,5 +11,6 @@ opacity-rule = [
|
|||
"100:window_type = 'popup_menu'",
|
||||
"100:window_type = 'dropdown_menu'",
|
||||
"100:window_type = 'menu'",
|
||||
"100:window_type = 'dock'",
|
||||
"85:!focused"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue