MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / tile_window_by_default

Method tile_window_by_default

plugins/tile/tile-plugin.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 bool tile_window_by_default(wayfire_toplevel_view view)
134 {
135 return tile_by_default.matches(view) && can_tile_view(view);
136 }
137
138 void attach_view(wayfire_toplevel_view view, std::optional<wf::point_t> vp = {})
139 {

Callers

nothing calls this directly

Calls 2

can_tile_viewFunction · 0.85
matchesMethod · 0.80

Tested by

no test coverage detected