mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-15 15:22:22 +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";
|
backend = "xr_glx_hybrid";
|
||||||
xrender-sync-fence = true;
|
|
||||||
vsync = true;
|
vsync = true;
|
||||||
mark-ovredir-focused = true;
|
mark-ovredir-focused = true;
|
||||||
use-ewmh-active-win = true;
|
use-ewmh-active-win = true;
|
||||||
|
@ -12,5 +11,6 @@ opacity-rule = [
|
||||||
"100:window_type = 'popup_menu'",
|
"100:window_type = 'popup_menu'",
|
||||||
"100:window_type = 'dropdown_menu'",
|
"100:window_type = 'dropdown_menu'",
|
||||||
"100:window_type = 'menu'",
|
"100:window_type = 'menu'",
|
||||||
|
"100:window_type = 'dock'",
|
||||||
"85:!focused"
|
"85:!focused"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue