Update x11_util.cc

This commit is contained in:
Alexander David Frick 2021-11-13 19:09:32 -06:00 committed by GitHub
parent a870401beb
commit 64baf718d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -616,8 +616,8 @@ bool HasWMSpecProperty(const base::flat_set<x11::Atom>& properties,
}
bool GetCustomFramePrefDefault() {
// _NET_WM_MOVERESIZE is needed for frame-drag-initiated window movement.
return false;
// Never default to using the custom title bar. Chromium should integrate, not be a special little snowflake.
return false;
}
bool IsWmTiling(WindowManagerName window_manager) {