mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 09:14:25 +02:00
16 lines
404 B
Text
16 lines
404 B
Text
backend = "xr_glx_hybrid";
|
|
vsync = true;
|
|
mark-ovredir-focused = true;
|
|
use-ewmh-active-win = true;
|
|
|
|
# Opacity rules (first rule match)
|
|
opacity-rule = [
|
|
"100:fullscreen",
|
|
"100:name = 'Zoom Meeting'",
|
|
"100:name = 'zoom_linux_float_video_window'",
|
|
"100:window_type = 'popup_menu'",
|
|
"100:window_type = 'dropdown_menu'",
|
|
"100:window_type = 'menu'",
|
|
"100:window_type = 'dock'",
|
|
"85:!focused"
|
|
];
|